@codibre/fluent-iterable
Version:
Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).
8 lines (7 loc) • 355 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.toMapChainReduceRecipe = toMapChainReduceRecipe;
const to_object_chain_reduce_recipe_1 = require("./to-object-chain-reduce-recipe");
function toMapChainReduceRecipe(ing) {
return (0, to_object_chain_reduce_recipe_1.chainRecipeFactory)(ing.reduce, ing, ing.toMap);
}