UNPKG
nodearp
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
nodeJS Address Resolution Display and Control Getter Methods
github.com/DGZN/nodearp
DGZN/nodearp
nodearp
/
tests
/
self.js
10 lines
(8 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
arp =
require
(
'../index'
)
/** * Get own ARP entry *
@return
{object} **/
arp.
self
(
function
(
entry
)
{ console.
log
(
require
(
'util'
).
inspect
(entry, {
depth
:
null
})); })