Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/deep/deep.ts>Match.CompoundForObj

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

Compount matcher for objects, can only be an array staring with a compound type keyword.

definition: [Match.CompoundType, ...Match.Entry<T, C, P, R>[]]