Searched refs:subscribeToCloseEvents (Results 1 – 2 of 2) sorted by relevance
16 export const subscribeToCloseEvents = jest.fn(() => { constant
49 export function subscribeToCloseEvents(listener: () => void): EventSubscription { function