UNPKG

iobroker.hue

Version:

Connects Philips Hue LED Bulbs, Friends of Hue LED Lamps and Stripes and other SmartLink capable Devices (LivingWhites, some LivingColors) via Philips Hue Bridges

6 lines (5 loc) 186 B
/** * Tests whether the given variable is a real object and not an Array * @param it The variable to test */ export declare function isObject(it: unknown): it is Record<string, any>;