UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

11 lines (8 loc) 264 B
"use strict"; var objToString = Object.prototype.toString, id = objToString.call(1); module.exports = function (value) { return ( typeof value === "number" || (value instanceof Number || (typeof value === "object" && objToString.call(value) === id)) ); };