1.0.7 • Published 4 years ago
is-ipv4-node v1.0.7
⚠️ This package is deprecated.

Check if String is an IPv4 address.
Installation
npm install is-ipv4-nodeUsage Example
var isIPv4 = require('is-ipv4-node');
console.log(isIPv4('46.19.37.108'));
console.log(isIPv4('Hello World!'));true
falseTests
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm testLicense
Distributed under the MIT License.