@codibre/fluent-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
80 lines (79 loc) • 4.21 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (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("./all-function"), exports);
__exportStar(require("./any-function"), exports);
__exportStar(require("./append-function"), exports);
__exportStar(require("./avg-function"), exports);
__exportStar(require("./branch-functions"), exports);
__exportStar(require("./catch-functions"), exports);
__exportStar(require("./combine-function"), exports);
__exportStar(require("./combine-join-function"), exports);
__exportStar(require("./concat-function"), exports);
__exportStar(require("./contains-function"), exports);
__exportStar(require("./count-function"), exports);
__exportStar(require("./distinct-by-function"), exports);
__exportStar(require("./distinct-function"), exports);
__exportStar(require("./emit-function"), exports);
__exportStar(require("./execute-function"), exports);
__exportStar(require("./filter-function"), exports);
__exportStar(require("./finally-function"), exports);
__exportStar(require("./first-function"), exports);
__exportStar(require("./flat-join-function"), exports);
__exportStar(require("./flat-merge-function"), exports);
__exportStar(require("./flatten-function"), exports);
__exportStar(require("./for-each-function"), exports);
__exportStar(require("./group-function"), exports);
__exportStar(require("./has-exactly-fuction"), exports);
__exportStar(require("./has-less-or-exactly"), exports);
__exportStar(require("./has-less-than-function"), exports);
__exportStar(require("./has-more-or-exactly-function"), exports);
__exportStar(require("./has-more-than-function"), exports);
__exportStar(require("./is-distinct-function"), exports);
__exportStar(require("./join-function"), exports);
__exportStar(require("./last-function"), exports);
__exportStar(require("./map-functions"), exports);
__exportStar(require("./max-function"), exports);
__exportStar(require("./merge-catching-function"), exports);
__exportStar(require("./merge-emitter-catching-function"), exports);
__exportStar(require("./merge-emitter-function"), exports);
__exportStar(require("./merge-function"), exports);
__exportStar(require("./min-function"), exports);
__exportStar(require("./next-function"), exports);
__exportStar(require("./partition-function"), exports);
__exportStar(require("./prepend-function"), exports);
__exportStar(require("./reduce-and-map-function"), exports);
__exportStar(require("./reduce-function"), exports);
__exportStar(require("./repeat-function"), exports);
__exportStar(require("./skip-function"), exports);
__exportStar(require("./skip-while-function"), exports);
__exportStar(require("./sort-by-function"), exports);
__exportStar(require("./sort-function"), exports);
__exportStar(require("./sum-function"), exports);
__exportStar(require("./take-functions"), exports);
__exportStar(require("./take-while-function"), exports);
__exportStar(require("./to-array-function"), exports);
__exportStar(require("./to-async-function"), exports);
__exportStar(require("./to-map-chain-function"), exports);
__exportStar(require("./to-map-function"), exports);
__exportStar(require("./to-object-chain-function"), exports);
__exportStar(require("./to-object-function"), exports);
__exportStar(require("./to-set-function"), exports);
__exportStar(require("./top-function"), exports);
__exportStar(require("./unwind-function"), exports);
__exportStar(require("./wait-all-function"), exports);
__exportStar(require("./when-empty-function"), exports);
__exportStar(require("./with-index-function"), exports);