UNPKG

foci

Version:

Lens-like functionality with a lodash-style interface.

10 lines (7 loc) 107 B
const Const = x => ( { map: (f) => Const(x), run: x } ) export default Const