UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

5 lines 219 B
import { concat as concatStatic } from '../observable/concat'; export function concat(...observables) { return (source) => source.lift.call(concatStatic(source, ...observables)); } //# sourceMappingURL=concat.js.map