UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

13 lines (11 loc) 442 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zipProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const zip_js_1 = require("../../asynciterable/zip.js"); function zipProto(...args) { return (0, zip_js_1.zip)(...[this, ...args]); } exports.zipProto = zipProto; asynciterablex_js_1.AsyncIterableX.prototype.zip = zipProto; //# sourceMappingURL=zip.js.map