Skip to main content
Module

x/ramda/source/map.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/map.js";

Variables

Takes a function and a functor, applies the function to each of the functor's values, and returns a functor of the same shape.