IP package provides functionality to generate a fake ip value.
npm install @fakerjs/ip
IP package provides functionality to generate a fake ip value.
```
$ npm install --save @fakerjs/ip
`js
import ip from '@fakerjs/ip';
ip();
//=> 168.195.165.81
`
Run tests
```
npm run test