import { map } from "https://deno.land/x/rambda@9.4.1/mod.ts";
It returns the result of looping through iterable
with fn
.
It works with both array and object.
Parameters
fn: ObjectIterator<T, U>
iterable: Dictionary<T>
Parameters
fn: ObjectIterator<T, U>
Returns
(iterable: Dictionary<T>) => Dictionary<U>