R
T

UseArrayDifferenceComparatorFn

testeddemo

Comparator deciding whether two array elements are considered equal.

Demo

Loading demo…

Signature

ts
export type UseArrayDifferenceComparatorFn<T>
  = (value: T, othVal: T) => boolean;

Type Parameters

T