UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

7 lines 213 B
export declare class FlattenIterator<V> implements Iterator<V> { private outer; private inner?; constructor(outer: Iterator<any>); next(): IteratorResult<V>; } //# sourceMappingURL=flatten.d.ts.map