UNPKG

ix

Version:

The Interactive Extensions for JavaScript

15 lines (13 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const asynciterablex_1 = require("../../asynciterable/asynciterablex"); const mergeall_1 = require("../../asynciterable/mergeall"); /** * @ignore */ function mergeAllProto() { return mergeall_1.mergeAll(this); } exports.mergeAllProto = mergeAllProto; asynciterablex_1.AsyncIterableX.prototype.mergeAll = mergeAllProto; //# sourceMappingURL=mergeall.js.map