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

0.3.3 • Public • Published

Installation

npm install --save @types/array-unique

Summary

This package contains type definitions for array-unique (https://github.com/jonschlinkert/array-unique).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/array-unique.

index.d.ts

declare function arrayUnique<T>(arr: T[]): T[];

declare namespace arrayUnique {
    function immutable<T>(arr: readonly T[]): T[];
}

export = arrayUnique;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:23 GMT
  • Dependencies: none

Credits

These definitions were written by Michaël St-Georges.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.3
    6,234
  • 0.3.2
    38
  • 0.3.1
    1,632
  • 0.3.0
    2,355

Package Sidebar

Install

npm i @types/array-unique

Weekly Downloads

10,259

Version

0.3.3

License

MIT

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • types