Skip to main content
Module

x/ramda/mod.ts>mapObjIndexed

:ram: Practical functional Javascript
Latest
variable mapObjIndexed
import { mapObjIndexed } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

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.