1.0.2 • Published 6 months ago

@types/lsofi v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/lsofi

Summary

This package contains type definitions for lsofi (https://github.com/marionebl/lsofi#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lsofi.

index.d.ts

// Type definitions for lsofi 1.0
// Project: https://github.com/marionebl/lsofi#readme
// Definitions by: oof2win2 <https://github.com/oof2win2>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function lsofi(port: number): Promise<number | null>;
export = lsofi;

Additional Details

  • Last updated: Sun, 03 Oct 2021 08:01:20 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by oof2win2.