1.0.24 • Published 6 months ago

@types/freeport v1.0.24

Weekly downloads
9,600
License
MIT
Repository
github
Last release
6 months ago

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

// 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.