Skip to main content
Module

x/rambda/mod.ts>Lens

Faster and smaller alternative to Ramda
Go to Latest
interface Lens
import { type Lens } from "https://deno.land/x/rambda@8.3.0/mod.ts";

Call Signatures

<T, U>(obj: T): U

Methods

set<T, U>(str: string, obj: T): U