UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

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