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

4.0.3 • Public • Published

Installation

npm install --save @types/arr-diff

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff.

index.d.ts

export = arrDiff;

declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by BendingBender.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/arr-diff

Weekly Downloads

7,950

Version

4.0.3

License

MIT

Unpacked Size

2.76 kB

Total Files

5

Last publish

Collaborators

  • types