UNPKG

when-exit

Version:

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

4 lines (3 loc) 92 B
type Callback = () => void; type Disposer = () => void; export type { Callback, Disposer };