1.0.0 • Published 4 years ago
@jswork/next-is-reachable v1.0.0
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.
1.0.0
4 years ago