1 | # Installation
|
2 | > `npm install --save @types/arr-diff`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for arr-diff (https://github.com/jonschlinkert/arr-diff).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff/index.d.ts)
|
10 | ````ts
|
11 | export = arrDiff;
|
12 |
|
13 | declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];
|
14 |
|
15 | ````
|
16 |
|
17 | ### Additional Details
|
18 | * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
|
19 | * Dependencies: none
|
20 |
|
21 | # Credits
|
22 | These definitions were written by [BendingBender](https://github.com/BendingBender).
|
23 |
|
\ | No newline at end of file |