@types/freeport
Version:
TypeScript definitions for freeport
30 lines (22 loc) • 988 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
// Type definitions for freeport 1.0
// Project: https://github.com/daaku/nodejs-freeport
// Definitions by: Arne Schubert <https://github.com/atd-schubert>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function freeport(cb: (err: Error | null, port: number | null) => void): void;
declare namespace freeport {}
export = freeport;
````
### Additional Details
* Last updated: Mon, 23 Aug 2021 15:01:27 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Arne Schubert](https://github.com/atd-schubert).