Skip to main content
Module

x/rambda/rambda.js>Lens

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

Call Signatures

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

Methods

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