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
/
dist
/
util
/
format.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
export
declare
function
buf2hex
(
buffer
:
Uint8Array
):
string
;
export
declare
function
bin2String
(
buffer
:
Uint8Array
):
string
;