UNPKG

739 BMarkdownView Raw
1# Installation
2> `npm install --save @types/freeport`
3
4# Summary
5This package contains type definitions for freeport (https://github.com/daaku/nodejs-freeport).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport/index.d.ts)
10````ts
11declare function freeport(cb: (err: Error | null, port: number | null) => void): void;
12declare namespace freeport {}
13
14export = freeport;
15
16````
17
18### Additional Details
19 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
20 * Dependencies: none
21
22# Credits
23These definitions were written by [Arne Schubert](https://github.com/atd-schubert).
24
\No newline at end of file