Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/mod.ts>Lens

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