@codibre/fluent-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
74 lines (73 loc) • 3.71 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-async"), exports);
__exportStar(require("./any-async"), exports);
__exportStar(require("./append-async"), exports);
__exportStar(require("./avg-async"), exports);
__exportStar(require("./branch-async"), exports);
__exportStar(require("./combine-async"), exports);
__exportStar(require("./combine-join-async"), exports);
__exportStar(require("./concat-async"), exports);
__exportStar(require("./contains-async"), exports);
__exportStar(require("./count-async"), exports);
__exportStar(require("./distinct-async"), exports);
__exportStar(require("./distinct-by-async"), exports);
__exportStar(require("./emit-async"), exports);
__exportStar(require("./execute-async"), exports);
__exportStar(require("./filter-async"), exports);
__exportStar(require("./finally-async"), exports);
__exportStar(require("./first-async"), exports);
__exportStar(require("./flat-join-async"), exports);
__exportStar(require("./flat-merge-async"), exports);
__exportStar(require("./flatten-async"), exports);
__exportStar(require("./for-each-async"), exports);
__exportStar(require("./group-async"), exports);
__exportStar(require("./has-exactly-async"), exports);
__exportStar(require("./has-less-or-exactly-async"), exports);
__exportStar(require("./has-less-than-async"), exports);
__exportStar(require("./has-more-or-exactly-async"), exports);
__exportStar(require("./has-more-than-async"), exports);
__exportStar(require("./join-async"), exports);
__exportStar(require("./last-async"), exports);
__exportStar(require("./map-async"), exports);
__exportStar(require("./max-async"), exports);
__exportStar(require("./min-async"), exports);
__exportStar(require("./next-async"), exports);
__exportStar(require("./partition-async"), exports);
__exportStar(require("./prepend-async"), exports);
__exportStar(require("./reduce-and-map-async"), exports);
__exportStar(require("./reduce-async"), exports);
__exportStar(require("./repeat-async"), exports);
__exportStar(require("./skip-async"), exports);
__exportStar(require("./skip-while-async"), exports);
__exportStar(require("./sort-async"), exports);
__exportStar(require("./sort-by-async"), exports);
__exportStar(require("./sum-async"), exports);
__exportStar(require("./take-async"), exports);
__exportStar(require("./take-while-async"), exports);
__exportStar(require("./to-array-async"), exports);
__exportStar(require("./to-map-async"), exports);
__exportStar(require("./to-map-chain-async"), exports);
__exportStar(require("./to-map-chain-reduce-async"), exports);
__exportStar(require("./to-object-async"), exports);
__exportStar(require("./to-object-chain-async"), exports);
__exportStar(require("./to-object-chain-reduce-async"), exports);
__exportStar(require("./to-set-async"), exports);
__exportStar(require("./top-async"), exports);
__exportStar(require("./unwind-async"), exports);
__exportStar(require("./wait-all-async"), exports);
__exportStar(require("./with-index-async"), exports);