UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

9 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function assertString(input) { if (typeof input !== 'string') { throw new Error('Input must be a string!'); } } exports.default = assertString; //# sourceMappingURL=assertString.js.map