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