UNPKG

noble

Version:

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

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