Skip to main content
Module

x/rambda/immutable.d.ts>Lens

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