@types/freeport
Version:
TypeScript definitions for freeport
24 lines (17 loc) • 739 B
Markdown
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport/index.d.ts)
````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](https://github.com/atd-schubert).