UNPKG
@abandonware/noble
Version:
latest (1.9.2-26)
1.9.2-26
1.9.2-25
1.9.2-24
1.9.2-23
1.9.2-22
1.9.2-21
1.9.2-20
1.9.2-19
1.9.2-18
1.9.2-17
1.9.2-15
1.9.2-14
1.9.2-13
1.9.2-12
1.9.2-11
1.9.2-10
1.9.2-9
1.9.2-8
1.9.2-7
1.9.2-6
1.9.2-5
1.9.2-3
1.9.2-2
1.9.2-1
1.9.2-0
A Node.js BLE (Bluetooth Low Energy) central library.
abandonware/noble
@abandonware/noble
/
with-bindings.js
6 lines
(4 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
const
Noble
=
require
(
'./lib/noble'
);
module
.
exports
=
function
(
bindings
) {
return
new
Noble
(bindings); };