UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

4 lines 171 B
export function isPromise(value) { return !!value && typeof value.subscribe !== 'function' && typeof value.then === 'function'; } //# sourceMappingURL=isPromise.js.map