Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@9.2.1/rambda.js";
definition: (functorFactory: (a: A) => Functor<A>) => (s: S) => Functor<S>