@cdmnky/bleno
v0.0.1
Published
Wrapper for [bleno](https://github.com/noble/bleno) that allows passing in custom bindings.
Readme
Wrapper for bleno that allows passing in custom bindings.
const CustomBindings = require('custom-bindings');
const Bleno = require('@cdmnky/bleno');
let bindings = new CustomBindings();
let bleno = new Bleno(bindings);
// use bleno normally