@types/lodash
Advanced tools
Comparing version 4.14.144 to 4.14.145
{ | ||
"name": "@types/lodash", | ||
"version": "4.14.144", | ||
"version": "4.14.145", | ||
"description": "TypeScript definitions for Lo-Dash", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "801c57f679f355dd76aa3f64f3318ca6e7ad2c15e83dce050b737194bd98ba36", | ||
"typesPublisherContentHash": "8680965e2b079f4d8963af0679e325e80700ba5386937726771be95f1b9395da", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 09 Oct 2019 19:21:19 GMT | ||
* Last updated: Thu, 07 Nov 2019 00:08:27 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: _ |
@@ -1161,2 +1161,27 @@ import _ = require("../index"); | ||
} | ||
// stubTrue | ||
interface LoDashStatic { | ||
/** | ||
* This method returns true. | ||
* | ||
* @return Returns true. | ||
*/ | ||
stubTrue(): true; | ||
} | ||
interface LoDashImplicitWrapper<TValue> { | ||
/** | ||
* @see _.stubTrue | ||
*/ | ||
stubTrue(): true; | ||
} | ||
interface LoDashExplicitWrapper<TValue> { | ||
/** | ||
* @see _.stubTrue | ||
*/ | ||
stubTrue(): LoDashExplicitWrapper<true>; | ||
} | ||
} |
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
1859012
1403
40966