@types/arr-diff
Advanced tools
Comparing version
@@ -8,2 +8,2 @@ // Type definitions for arr-diff 4.0 | ||
declare function arrDiff<T>(first: T[], ...args: any[][]): T[]; | ||
declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[]; |
{ | ||
"name": "@types/arr-diff", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for arr-diff", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff", | ||
"license": "MIT", | ||
@@ -14,11 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/arr-diff" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e396b885e2188e64f1de9e63bf2d81dcc44db7c52ebeb0619d6a6b1ba5ce1b17", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "afd220153e7089f51f7d2c6969ddfd584aa17582b55878dc049aeee8666acd1d", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -8,6 +8,18 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/arr-diff/index.d.ts) | ||
````ts | ||
// Type definitions for arr-diff 4.0 | ||
// Project: https://github.com/jonschlinkert/arr-diff | ||
// Definitions by: BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
Additional Details | ||
* Last updated: Mon, 31 Dec 2018 16:16:19 GMT | ||
export = arrDiff; | ||
declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[]; | ||
```` | ||
### Additional Details | ||
* Last updated: Tue, 26 Apr 2022 00:31:42 GMT | ||
* Dependencies: none | ||
@@ -17,2 +29,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by BendingBender <https://github.com/BendingBender>. | ||
These definitions were written by [BendingBender](https://github.com/BendingBender). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3236
22.02%0
-100%29
70.59%