UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

13 lines (11 loc) 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withLatestFromProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const withlatestfrom_js_1 = require("../../asynciterable/operators/withlatestfrom.js"); function withLatestFromProto(...args) { return new withlatestfrom_js_1.WithLatestFromAsyncIterable(this, args); } exports.withLatestFromProto = withLatestFromProto; asynciterablex_js_1.AsyncIterableX.prototype.withLatestFrom = withLatestFromProto; //# sourceMappingURL=withlatestfrom.js.map