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
| Parameter | Type | Description |
|---|
arr1 | T | The array to compare to |
arr2 | T | The array to compare with |
Returns
boolean
Source
lib/arrayStrictEquals.ts:6