UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

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