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
/
options.ts
7 lines
(6 loc)
•
129 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
*
as
dgram
from
'dgram'
;
export
interface
Options
{
port
:
number
;
host
?:
string
;
version
: dgram.
SocketType
; }