UNPKG

@codibre/fluent-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

59 lines (58 loc) 2.98 kB
"use strict"; 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("./append-recipe"), exports); __exportStar(require("./augment-iterable-recipe"), exports); __exportStar(require("./avg-recipe"), exports); __exportStar(require("./combine-join-recipe"), exports); __exportStar(require("./comparison-recipe"), exports); __exportStar(require("./concat-recipe"), exports); __exportStar(require("./contains-recipe"), exports); __exportStar(require("./count-recipe"), exports); __exportStar(require("./distinct-by-recipe"), exports); __exportStar(require("./distinct-recipe"), exports); __exportStar(require("./emit-recipe"), exports); __exportStar(require("./execute-recipe"), exports); __exportStar(require("./flat-join-recipe"), exports); __exportStar(require("./flat-merge-recipe"), exports); __exportStar(require("./flatten-recipe"), exports); __exportStar(require("./for-each-recipe"), exports); __exportStar(require("./group-recipe"), exports); __exportStar(require("./join-recipe"), exports); __exportStar(require("./last-recipe"), exports); __exportStar(require("./min-max-recipe"), exports); __exportStar(require("./next-recipe"), exports); __exportStar(require("./prepend-recipe"), exports); __exportStar(require("./reduce-and-map-recipe"), exports); __exportStar(require("./reduce-recipe"), exports); __exportStar(require("./repeat-recipe"), exports); __exportStar(require("./skip-recipe"), exports); __exportStar(require("./skip-while-recipe"), exports); __exportStar(require("./sort-by-recipe"), exports); __exportStar(require("./sort-recipe"), exports); __exportStar(require("./sum-recipe"), exports); __exportStar(require("./take-recipe"), exports); __exportStar(require("./take-while-recipe"), exports); __exportStar(require("./to-map-chain-recipe"), exports); __exportStar(require("./to-map-chain-reduce-recipe"), exports); __exportStar(require("./to-map-recipe"), exports); __exportStar(require("./to-object-chain-recipe"), exports); __exportStar(require("./to-object-chain-reduce-recipe"), exports); __exportStar(require("./to-object-recipe"), exports); __exportStar(require("./to-set-recipe"), exports); __exportStar(require("./top-recipe"), exports); __exportStar(require("./unwind-recipe"), exports); __exportStar(require("./with-index-recipe"), exports);