@types/lodash
Advanced tools
Comparing version 4.14.152 to 4.14.153
@@ -5,2 +5,10 @@ import _ = require("../index"); | ||
declare module "../index" { | ||
interface ConvertOptions { | ||
cap?: boolean; | ||
curry?: boolean; | ||
fixed?: boolean; | ||
immutable?: boolean; | ||
rearg?: boolean; | ||
} | ||
type PartialObject<T> = GlobalPartial<T>; | ||
@@ -7,0 +15,0 @@ type Many<T> = T | ReadonlyArray<T>; |
{ | ||
"name": "@types/lodash", | ||
"version": "4.14.152", | ||
"version": "4.14.153", | ||
"description": "TypeScript definitions for Lo-Dash", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "25252a58d5a2ddc628fbfd7d277ab60ab62e212c843a6b5034b228b07442757d", | ||
"typesPublisherContentHash": "4a4c89b135c250e211fc6ed4d0e5c5cce73791a4cd7bc0d97f295533d2af7611", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 May 2020 22:35:11 GMT | ||
* Last updated: Wed, 27 May 2020 00:19:44 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `_` |
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
1867136
41045