UNPKG
@abandonware/bleno
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.1-4
0.5.1-3
0.5.1-2
0.5.1-1
0.5.1-0
A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
abandonware/bleno
@abandonware/bleno
/
index.js
4 lines
(2 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
const
Bleno
=
require(
'./lib/bleno'
);
module
.
exports
=
new
Bleno
();