Skip to main content
Module

x/fae/mod.ts>map

A functional module for Deno inspired from Ramda.
Latest
variable map
import { map } from "https://deno.land/x/fae@v1.1.1/mod.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