Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 249 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 249 Bytes

检测 ip、网关、掩码是否满足网络设置要求

安装

 npm install is-network-config 

使用

 import isNetworkConfig from 'is-network-config'
 const is = isNetworkConfig(ip, mask, gateway)