UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

2 lines (1 loc) 112 B
export const isArray = (() => Array.isArray || (<T>(x: any): x is T[] => x && typeof x.length === 'number'))();