Skip to main content
Module

x/rimbu/deep/mod.ts>Patch.Obj

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias Patch.Obj
import { type Patch } from "https://deno.land/x/rimbu@0.13.0/deep/mod.ts";
const { Obj } = Patch;

A type defining the allowed patch values for objects.

definition: T | Patch.ObjProps<T, C, R>[]
definition: T | Patch.ObjProps<T, C, R>[]