UNPKG

@abandonware/bleno

Version:

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

9 lines (5 loc) 201 B
const events = require('events'); const util = require('util'); const BlenoMac = require('./native/binding').BlenoMac; util.inherits(BlenoMac, events.EventEmitter); module.exports = new BlenoMac();