Skip to main content
Module

x/rambda/files/index.d.ts>Lens

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