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.

6 lines (5 loc) 129 B
export * from "./common"; export * from "./get"; export * from "./set"; export * from "./update"; export * from "./remove";