1.0.0 • Published 5 years ago
@jswork/next-is-valid-proxy v1.0.0
next-is-valid-proxy
Check if proxy is valid.
installation
npm install -S @jswork/next-is-valid-proxy
usage
import '@jswork/next-is-valid-proxy';
// check the ip
nx.isValidProxy('http://18.236.173.172:8888').then(res=>{
console.log(res); // true/false
});
license
Code released under the MIT license.
1.0.0
5 years ago