Skip to main content
Module

x/rimbu/mod.ts>Match.Compare

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

Type representing matchers for values that are not objects or arrays

definition: Literal.Value<T> | ((
value: Immutable<T>,
parent: Immutable<P>,
root: Immutable<R>,
) => boolean)