Module

x/rambda/immutable.d.ts>mapObjIndexed

Faster and smaller alternative to Ramda
Latest
function mapObjIndexed
import { mapObjIndexed } from "https://dotland.deno.dev/x/rambda@9.4.1/immutable.d.ts";

It works the same way as R.map does for objects. It is added as Ramda also has this method.