lazzy.ts
Version:
Fast and lightweight library for lazy operations with iterable objects.
39 lines • 1.79 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./average"), exports);
__exportStar(require("./count"), exports);
__exportStar(require("./every"), exports);
__exportStar(require("./first"), exports);
__exportStar(require("./firstWithIndex"), exports);
__exportStar(require("./includes"), exports);
__exportStar(require("./indexOf"), exports);
__exportStar(require("./join"), exports);
__exportStar(require("./last"), exports);
__exportStar(require("./lastIndexOf"), exports);
__exportStar(require("./lastWithIndex"), exports);
__exportStar(require("./max"), exports);
__exportStar(require("./min"), exports);
__exportStar(require("./partition"), exports);
__exportStar(require("./product"), exports);
__exportStar(require("./promiseAll"), exports);
__exportStar(require("./promiseRace"), exports);
__exportStar(require("./reduce"), exports);
__exportStar(require("./run"), exports);
__exportStar(require("./sum"), exports);
__exportStar(require("./toArray"), exports);
__exportStar(require("./toMap"), exports);
__exportStar(require("./toSet"), exports);
__exportStar(require("./toWeakMap"), exports);
__exportStar(require("./toWeakSet"), exports);
__exportStar(require("./uppend"), exports);
//# sourceMappingURL=index.js.map