@types/lodash
Advanced tools
Comparing version 4.14.143 to 4.14.144
{ | ||
"name": "@types/lodash", | ||
"version": "4.14.143", | ||
"version": "4.14.144", | ||
"description": "TypeScript definitions for Lo-Dash", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "eded364a18ce43a8c8898e27dabd9ebd0d201aa1b2bf542403885a5ad86b727c", | ||
"typesPublisherContentHash": "801c57f679f355dd76aa3f64f3318ca6e7ad2c15e83dce050b737194bd98ba36", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 09 Oct 2019 18:37:16 GMT | ||
* Last updated: Wed, 09 Oct 2019 19:21:19 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: _ |
@@ -524,3 +524,3 @@ import _ = require("../index"); | ||
*/ | ||
negate<T extends any[]>(predicate: (...args: T) => any): (...args: T) => boolean; | ||
negate<T extends any[]>(predicate: (...args: T) => boolean): (...args: T) => boolean; | ||
} | ||
@@ -527,0 +527,0 @@ interface Function<T extends (...args: any) => any> { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1858490
1402
40943