@types/array-equal
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Keywords

none

Install

npm i @types/array-equal

DownloadsWeekly Downloads

4,225

Version

1.0.0

License

MIT

Unpacked Size

3.27 kB

Total Files

5

Last publish

Collaborators

  • types