UNPKG

@iotize/cli

Version:
9 lines 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class BLELibraryNotInstalled extends Error { constructor() { super(`@iotize/device-com-ble.node library is not installed. BLE related features are not be available.`); } } exports.BLELibraryNotInstalled = BLELibraryNotInstalled; //# sourceMappingURL=errors.js.map