Files
DefinitelyTyped/freeport/index.d.ts
2017-01-18 14:43:43 -08:00

10 lines
348 B
TypeScript

// Type definitions for freeport 1.0
// Project: https://github.com/daaku/nodejs-freeport
// Definitions by: Arne Schubert <https://github.com/atd-schubert>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function freeport(cb: (err: Error, port: number) => void): void;
declare namespace freeport {}
export = freeport;