UNPKG

@abandonware/noble

Version:

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

6 lines (4 loc) 111 B
const Noble = require('./lib/noble'); module.exports = function (bindings) { return new Noble(bindings); };