Skip to main content

Function: arrayStrictEquals()

arrayStrictEquals<T>(arr1: T, arr2: T): boolean

Compare if both arrays are strictly equal

Type Parameters

Type Parameter
T extends readonly unknown[]

Parameters

ParameterTypeDescription
arr1TThe array to compare to
arr2TThe array to compare with

Returns

boolean

Defined in

arrayStrictEquals.ts:6