UNPKG
node-mndp
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A Mikrotik Network Discovery Protocol in Node
github.com/pheinrichs/node-mndp
pheinrichs/node-mndp
node-mndp
/
lib
/
interfaces
/
rinfo.ts
4 lines
•
65 B
text/typescript
View Raw
1
2
3
4
export
interface
Rinfo
{
address
:
string
;
port
:
number
; }