UNPKG

@mkerix/noble

Version:

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

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