Installation
npm install --save @types/freeport
Summary
This package contains type definitions for freeport (https://github.com/daaku/nodejs-freeport).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport.
index.d.ts
declare function freeport(cb: (err: Error | null, port: number | null) => void): void;
declare namespace freeport {}
export = freeport;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Arne Schubert.