UNPKG

when-exit

Version:

Execute a function right before the process, or the browser's tab, is about to exit.

3 lines (2 loc) 127 B
declare const whenExit: (callback: import("../types.js").Callback) => import("../types.js").Disposer; export default whenExit;