UNPKG

node-getmacip

Version:

Get local IP address and MAC address

7 lines (4 loc) 97 B
const { getMac, getIp } = require('./src/getMacIp') module.exports = { getMac, getIp }