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

x/fae/map.ts>map

A functional module for Deno inspired from Ramda.
Latest
variable map
import { map } from "https://deno.land/x/fae@v1.1.1/map.ts";

Applies fn to each of functor's value and returns functor of same shape

Acts as a transducer if a transformer is given in functor.

type

Map