UNPKG

219 BTypeScriptView Raw
1export declare class ZipIterator<A, B> implements Iterator<[A, B]> {
2 private a;
3 private b;
4 constructor(a: Iterator<A>, b: Iterator<B>);
5 next(): IteratorResult<[A, B]>;
6}
7//# sourceMappingURL=zip.d.ts.map
\No newline at end of file