UNPKG

@abandonware/bleno

Version:

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

8 lines (6 loc) 119 B
module.exports.removeDashes = function(uuid) { if (uuid) { uuid = uuid.replace(/-/g, ''); } return uuid; };