Skip to main content
Module

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

Variables

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