UNPKG

@abandonware/noble

Version:

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

7 lines (5 loc) 175 B
module.exports = function (options) { const Noble = require('./lib/noble'); const bindings = require('./lib/resolve-bindings')(options); return new Noble(bindings); };