UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 297 B
// 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 module 'exit' { function exit(code: number): void; export = exit; }