Update lang.d.ts (#43872)

This commit is contained in:
Alex 2020-04-17 18:57:56 -04:00 committed by GitHub
parent 5cfcaa22e3
commit 64b80469ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1020,7 +1020,7 @@ declare module "../index" {
// isMatchWith
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 {
/**