IP
IP package provides functionality to generate a fake ip value.
Install
$ npm install --save @fakerjs/ipUsage
import ip from '@fakerjs/ip';
ip();
//=> 168.195.165.81Tests
Run tests
npm run testLicense
The MIT License (MIT) Copyright (c) Sergey Romanenko