Skip to main content
Module

x/rimbu/mod.ts>Deep.Match.Obj

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

The type that determines allowed matchers for objects.

definition: Match.ObjProps<T, C, R> | Match.CompoundForObj<T, C, P, R>