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