Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/core_fn/array/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/array/map.ts";

Takes a function, applies the function to each, and returns a result of the same shape.