UNPKG

noble

Version:

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

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