DefinitelyTyped/types/exit/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
278 B
TypeScript

// Type definitions for exit 0.1.2
// Project: https://github.com/cowboy/node-exit
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function exit(code: number): void;
export = exit;