@jswork/next-is-reachable

1.0.0 • Public • Published

next-is-reachable

Check if port reachable.

version license size download

installation

npm install -S @jswork/next-is-reachable

usage

import '@jswork/next-is-reachable';

nx.isReachable({ port: 80, host: 'www.baidu.com' }).then((res) => {
  // true
});

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/next-is-reachable

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.35 kB

Total Files

5

Last publish

Collaborators

  • afeiship