UNPKG

when-exit

Version:

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

4 lines (3 loc) 101 B
declare const IS_LINUX: boolean; declare const IS_WINDOWS: boolean; export { IS_LINUX, IS_WINDOWS };