UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

8 lines (6 loc) 179 B
import { lens } from './lens.js' import { nth } from './nth.js' import { update } from './update.js' export function lensIndex(index){ return lens(nth(index), update(index)) }