JSPM

flipport

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q9086F

find if a port is available, fallback to first open port if not.

Package Exports

  • flipport

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flipport) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🙃🛳 flipport

NPM version MIT License fliphub flipfam

find if a port is available, fallback to first open port if not.

📦 usage

yarn add flipport
npm i flipport --save

📘 examples

const flipport = require('flipport')
flippoort(8000).then(port => {
  // you have an availe port!
})