@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.

/@types/array-unique/

    Package Sidebar

    Install

    npm i @types/array-unique

    Weekly Downloads

    9,085

    Version

    0.3.3

    License

    MIT

    Unpacked Size

    2.89 kB

    Total Files

    5

    Last publish

    Collaborators

    • types