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.

3 lines (2 loc) 68 B
import { _Set } from "../types"; export declare const _set: _Set;