Skip to main content
Module

x/rambda/rambda.js>Lens

Faster and smaller alternative to Ramda
Latest
type alias Lens
import { type Lens } from "https://deno.land/x/rambda@v9.2.0/rambda.js";
definition: (functorFactory: (a: A) => Functor<A>) => (s: S) => Functor<S>