文件名称:private-ip:检查IP地址是否为私有
文件大小:134KB
文件格式:ZIP
更新时间:2024-05-19 05:34:54
networking lan network address ip-address
私人IP 检查IP地址是否为私有。 安装 ❯ npm install private-ip --save or ❯ yarn add private-ip 用法 const is_ip_private = require ( 'private-ip' ) is_ip_private ( '10.0.0.0' ) // => true is_ip_private ( '101.0.26.90' ) // => false 发展 测验 $ yarn run test 建造 $ yarn run build 作者 达米尔· Damir Mustafin) Sick.Codes - 约翰·杰克逊(John Jackson) - 尼克·(Nick Sahler) @nicksahler - https: //twitter.com/tensor_bodega 学分 https:/
【文件预览】:
private-ip-master
----.gitignore(21B)
----package.json(1KB)
----CREDITS.md(146B)
----package-lock.json(411KB)
----src()
--------index.js(2KB)
----LICENSE(1KB)
----index.js(48B)
----test.js(4KB)
----README.md(1KB)
----.npmignore(6B)
----yarn.lock(120KB)