end-port-process
TypeScript icon, indicating that this package has built-in type declarations

1.2.3 • Public • Published

Install

$ npm install end-port-process

Usage

const portKill = require('end-port-process');

  // single port
  await portKill(1234);

  // multiple ports
  await portKill(1234, 6789);

  // Always returns array of killed port numbers: [1234]

Package Sidebar

Install

npm i end-port-process

Weekly Downloads

5

Version

1.2.3

License

ISC

Unpacked Size

6.36 kB

Total Files

5

Last publish

Collaborators

  • rahbar11