Module

x/rambda/mod.ts>map

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

It returns the result of looping through iterable with fn.

It works with both array and object.

Returns

(iterable: T[]) => U[]