Skip to main content
Module

x/rambda/source/lensPath.js

Faster and smaller alternative to Ramda
Latest
File
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))}