UNPKG

@abandonware/noble

Version:

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

10 lines (7 loc) 259 B
function resolveBindings (options) { if (navigator.bluetooth && !process.env.NOBLE_WEBSOCKET) { return new (require('./webbluetooth/bindings'))(options); } return new (require('./websocket/bindings'))(options); } module.exports = resolveBindings;