@jswork/next-is-reachable
v1.0.0
Published
Check if port reachable.
Downloads
4
Maintainers
Readme
next-is-reachable
Check if port reachable.
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.