import { mapObjIndexed } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It works the same way as R.map
does for objects. It is added as Ramda also has this method.
Parameters
fn: ObjectIterator<T, T>
iterable: Dictionary<T>
Parameters
fn: ObjectIterator<T, U>
Returns
(iterable: Dictionary<T>) => Dictionary<U>