DefinitelyTyped/types/exit-hook/index.d.ts
2017-08-10 16:39:15 -07:00

9 lines
297 B
TypeScript

// Type definitions for exit-hook 1.1
// Project: https://github.com/sindresorhus/exit-hook
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = exitHook;
declare function exitHook(cb: () => void): void;