UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines 197 B
export declare class ConcatIterator<T> implements Iterator<T> { private toConcat; constructor(toConcat: Iterator<T>[]); next(): IteratorResult<T>; } //# sourceMappingURL=concat.d.ts.map