UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines (6 loc) 184 B
import { assocPath } from './assocPath.js' import { lens } from './lens.js' import { path } from './path.js' export function lensPath(key){ return lens(path(key), assocPath(key)) }