import { mapObjIndexed } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It works the same way as R.map
does for objects. It is added as Ramda also has this method.
import { mapObjIndexed } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It works the same way as R.map
does for objects. It is added as Ramda also has this method.