Skip to main content
Module

x/core_fn/common/map.ts>map

A collection of built-in object method and property as currying function
Latest
variable map
import { map } from "https://deno.land/x/core_fn@v1.0.0-beta.16/common/map.ts";

Calls a defined callback function on each element of an array, and returns an array that contains the results.