timetracker/frontend/node_modules/signal-exit/dist/cjs/browser.d.ts
hhftechnologies c8f5379289 update
2024-11-25 23:16:17 +05:30

12 lines
No EOL
393 B
TypeScript

/**
* This is a browser shim that provides the same functional interface
* as the main node export, but it does nothing.
* @module
*/
import type { Handler } from './index.js';
export declare const onExit: (cb: Handler, opts: {
alwaysLast?: boolean;
}) => () => void;
export declare const load: () => void;
export declare const unload: () => void;
//# sourceMappingURL=browser.d.ts.map