UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.expandProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const expand_js_1 = require("../../iterable/operators/expand.js"); /** * @ignore */ function expandProto(fn) { return (0, expand_js_1.expand)(fn)(this); } exports.expandProto = expandProto; iterablex_js_1.IterableX.prototype.expand = expandProto; //# sourceMappingURL=expand.js.map