UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines (6 loc) 172 B
import { assoc } from './assoc.js' import { lens } from './lens.js' import { prop } from './prop.js' export function lensProp(key){ return lens(prop(key), assoc(key)) }