UNPKG

@stoprocent/bleno

Version:

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals

6 lines (4 loc) 202 B
const withBindings = require('./lib/resolve-bindings'); // Expose both the default instance and the custom binding function module.exports = withBindings(); module.exports.withBindings = withBindings;