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

x/rimbu/deep/match.ts>Match.Func

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

Type used to determine the allowed function types. Always includes booleans.

definition: (
current: Protected<T>,
parent: Protected<P>,
root: Protected<R>,
) => boolean | S