UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

9 lines (7 loc) 270 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { zip } from '../../asynciterable/zip.js'; export function zipProto(...args) { return zip(...[this, ...args]); } AsyncIterableX.prototype.zip = zipProto; //# sourceMappingURL=zip.js.map