Skip to main content
Module

x/ramda/source/mapObjIndexed.js

:ram: Practical functional Javascript
Latest
import * as ramda from "https://deno.land/x/ramda@v0.27.2/source/mapObjIndexed.js";

Variables

An Object-specific version of map. The function is applied to three arguments: (value, key, obj). If only the value is significant, use map instead.