UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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