UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

11 lines 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // eslint-disable-next-line function assertString(input) { if (typeof input === 'string') return; else throw new Error('Input must be a string!'); } exports.default = assertString; //# sourceMappingURL=assertString.js.map