UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

5 lines 181 B
import { ZipOperator } from '../observable/zip'; export function zipAll(project) { return (source) => source.lift(new ZipOperator(project)); } //# sourceMappingURL=zipAll.js.map