| Current Path : /proc/thread-self/root/home/deltalab/PMS/logistic-backend/node_modules/iterare/lib/ |
| Current File : //proc/thread-self/root/home/deltalab/PMS/logistic-backend/node_modules/iterare/lib/concat.d.ts |
export declare class ConcatIterator<T> implements Iterator<T> {
private toConcat;
constructor(toConcat: Iterator<T>[]);
next(): IteratorResult<T>;
}
//# sourceMappingURL=concat.d.ts.map