Skip to main content
Module

x/rambda/rambda.js>Functor

Faster and smaller alternative to Ramda
Latest
type alias Functor
import { type Functor } from "https://deno.land/x/rambda@v9.2.0/rambda.js";
definition: { [key: string]: any; map: <B>(fn: (a: A) => B) => Functor<B>; }