UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

5 lines (4 loc) 135 B
"use strict"; module.exports = function isBoolean(value) { return Object.prototype.toString.call(value) === '[object Boolean]'; };