@hidoo/util-local-ip
v0.19.0
Published
Utility that get current ip address in local network.
Downloads
7
Readme
@hidoo/util-local-ip
Utility that get current ip address in local network.
Installation
$ npm install @hidoo/util-local-ip
Usage
import getLocalIps from '@hidoo/util-local-ip';
const ips = getLocalIps({ipv6: false, internal: true, external: false});
// ['127.0.0.1']
Test
$ yarn test
License
MIT