Licence
Apache-2.0
Version
3.5.1
Deps
0
Size
85 kB
Vulns
0
Weekly
0
Quick Start
To use is-tor, you need to install the module from NPM:
npm install is-tor
Now you have access to the isTor() function:
const isTor = require('is-tor);
console.log(isTor('176.10.99.200')) // => true
Authors
The author of is-tor is Joey Malvinni