Installation
npm install --save @types/array-equal
Summary
This package contains type definitions for array-equal (https://github.com/component/array-equal).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/array-equal.
index.d.ts
// Type definitions for array-equal 1.0
// Project: https://github.com/component/array-equal
// Definitions by: Adam Thompson-Sharpe <https://github.com/MysteryBlokHed>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function equal(arr1: readonly any[], arr2: readonly any[]): boolean;
export = equal;
Additional Details
- Last updated: Sun, 26 Jun 2022 15:31:34 GMT
- Dependencies: none
- Global values: none
Credits
These definitions were written by Adam Thompson-Sharpe.