Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/mod.ts>lensProp

Faster and smaller alternative to Ramda
Go to Latest
function lensProp
import { lensProp } from "https://deno.land/x/rambda@v9.1.0/mod.ts";

It returns a lens that focuses on specified property prop.

Type Parameters

S
optional
K extends keyof S = keyof S