UNPKG
node-getmacip
Version:
latest (1.0.0)
1.0.0
Get local IP address and MAC address
node-getmacip
/
index.js
7 lines
(4 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{ getMac, getIp } =
require
(
'./src/getMacIp'
)
module
.
exports
= { getMac, getIp }