UNPKG

optix

Version:

Optix is a data manipulation library that provides optics-like capabilites with a simpler syntax. It features robust Typescript support with minimal type annotations and is smaller and faster than true optics libraries.

5 lines (4 loc) 94 B
export * from "./get" export * from "./set" export * from "./update" export * from "./remove"