Skip to main content
Module

x/rimbu/deep/mod.ts>Match.ObjProps

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

The type to determine allowed matchers for object properties.

definition: [K in keyof C]?: K extends keyof T ? Match.Entry<T[K], C[K], T, R> : never
definition: [K in keyof C]?: K extends keyof T ? Match.Entry<T[K], C[K], T, R> : never