ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const concat_1 = require("../../asynciterable/concat");
/* tslint:enable:max-line-length */
/**
* @ignore
*/
function concatProto(...args) {
return concat_1.concat(this, ...args);
}
exports.concatProto = concatProto;
asynciterablex_1.AsyncIterableX.prototype.concat = concatProto;
//# sourceMappingURL=concat.js.map