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) 77 B
import { _Remove } from "../types"; export declare const _remove: _Remove;