Home > @hz-9/algorithm > EqualsFn
(Type) Check if a and b are equal.
(类型) 判断 a 和 b 是否相等。
Signature:
export type EqualsFn<T> = (a?: T, b?: T) => boolean;