Skip to main content
Module

x/core_fn/array/map.ts

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

Variables

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