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