UNPKG
@mkerix/noble
Version:
latest (1.9.2-11.1)
1.9.2-11.1
1.9.2-10.5
1.9.2-10.4
1.9.2-10.3
1.9.2-10.2
1.9.2-10.1
A Node.js BLE (Bluetooth Low Energy) central library.
github.com/mKeRix/noble
mKeRix/noble
@mkerix/noble
/
with-bindings.js
6 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
6
var
Noble
=
require
(
'./lib/noble'
);
module
.
exports
=
function
(
bindings
) {
return
new
Noble
(bindings); };