Skip to content

Documentation / @ripl/utilities / ArrayJoinPredicate

Type Alias: ArrayJoinPredicate<TLeft, TRight> ​

ArrayJoinPredicate<TLeft, TRight> = keyof TLeft & TRight | Predicate<TLeft, TRight>

Defined in: collection.ts:31

A shared key or predicate function used to match items between two arrays in a join.

Type Parameters ​

Type Parameter
TLeft
TRight