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