UNPKG
gattacker
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
GATTacker
github.com/securing/gattacker
securing/gattacker
gattacker
/
lib
/
noble
/
with-bindings.js
6 lines
(4 loc)
•
108 B
JavaScript
View Raw
1
2
3
4
5
6
var
Noble
=
require
(
'./lib/noble'
);
module
.
exports
=
function
(
bindings
) {
return
new
Noble
(bindings); };