import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.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>
import { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/internal.ts";
const { Obj } = Deep.Match;
The type that determines allowed matchers for objects.