UNPKG

local-ipv4-address

Version:

Get the local network IPv4 address of the local computer based on the default gateway

6 lines 153 B
module.exports = { win32: require('./windows'), linux: require('./linux'), freebsd: require('./freebsd'), darwin: require('./freebsd') };