@types/lodash
Advanced tools
Comparing version 4.14.154 to 4.14.155
@@ -981,4 +981,2 @@ import _ = require("../index"); | ||
type isMatchCustomizer = (value: any, other: any, indexOrKey?: PropertyName) => boolean; | ||
interface LoDashStatic { | ||
@@ -985,0 +983,0 @@ /** |
{ | ||
"name": "@types/lodash", | ||
"version": "4.14.154", | ||
"version": "4.14.155", | ||
"description": "TypeScript definitions for Lo-Dash", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5ce4a97b89131547e1d0ea16853808a3d85ec071aa1eb7b29b51d4179be9a141", | ||
"typesPublisherContentHash": "b99bf15473b1173ed78ce858997cc6375bf19f78ae74141ab5717be45b00735c", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 30 May 2020 11:19:02 GMT | ||
* Last updated: Wed, 03 Jun 2020 15:24:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `_` |
@@ -841,3 +841,2 @@ import _ = require("../index"); | ||
type isMatchCustomizer = (value: any, other: any, indexOrKey?: PropertyName) => boolean; | ||
interface LoDashStatic { | ||
@@ -879,3 +878,3 @@ /** | ||
type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean; | ||
type isMatchWithCustomizer = (value: any, other: any, indexOrKey: PropertyName, object: object, source: object) => boolean | undefined; | ||
interface LoDashStatic { | ||
@@ -882,0 +881,0 @@ /** |
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
1866961
41043