ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pairwiseProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const pairwise_js_1 = require("../../asynciterable/operators/pairwise.js");
/**
* @ignore
*/
function pairwiseProto() {
return new pairwise_js_1.PairwiseAsyncIterable(this);
}
exports.pairwiseProto = pairwiseProto;
asynciterablex_js_1.AsyncIterableX.prototype.pairwise = pairwiseProto;
//# sourceMappingURL=pairwise.js.map