UNPKG

@types/freeport

Version:
10 lines (7 loc) 362 B
// 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 | null, port: number | null) => void): void; declare namespace freeport {} export = freeport;