UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

8 lines (5 loc) 217 B
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(/a/); module.exports = function (value) { return (value && (value instanceof RegExp || objToString.call(value) === id)) || false; };