UNPKG

@codibre/fluent-iterable

Version:

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

10 lines (9 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.forEachRecipe = forEachRecipe; const prepare_1 = require("../types-internal/prepare"); function forEachRecipe(augmentativeForEach) { return function (action) { return augmentativeForEach.call(this, (0, prepare_1.prepare)(action)); }; }