UNPKG
amxdd
Version:
latest (0.1.0)
0.1.0
Receive AMX Device Discovery protocol beacon
github.com/hisasan/amxdd
hisasan/amxdd
amxdd
/
example.js
6 lines
(3 loc)
•
81 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
const
amxdd =
require
(
'./'
);
amxdd
(
(
info
) =>
console
.
log
(info));