UNPKG

213 BTypeScriptView Raw
1export declare class FlattenIterator<V> implements Iterator<V> {
2 private outer;
3 private inner?;
4 constructor(outer: Iterator<any>);
5 next(): IteratorResult<V>;
6}
7//# sourceMappingURL=flatten.d.ts.map
\No newline at end of file