UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines 215 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isObject(x) { return x !== null && typeof x === 'object'; } exports.isObject = isObject; //# sourceMappingURL=isObject.js.map