UNPKG

@mkerix/noble

Version:

A Node.js BLE (Bluetooth Low Energy) central library.

5 lines (3 loc) 127 B
var Noble = require('./lib/noble'); var bindings = require('./lib/resolve-bindings')(); module.exports = new Noble(bindings);