Skip to main content
Module

x/rimbu/deep/index.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
File
/** * @packageDocumentation * * The `@rimbu/deep` package provides utilities to patch and match plain JavaScript objects.<br/> * <br/> * See the [Rimbu docs Deep overview page](/docs/deep/overview) for more information. */
export { patch, patchNested, Patch, match, Match, Path, Protected,} from './internal.ts';
export { Tuple } from './tuple.ts';