From 64b80469acca015901bd04058d191ae56f4ebede Mon Sep 17 00:00:00 2001 From: Alex <8125011+proteriax@users.noreply.github.com> Date: Fri, 17 Apr 2020 18:57:56 -0400 Subject: [PATCH] Update lang.d.ts (#43872) --- types/lodash/common/lang.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lodash/common/lang.d.ts b/types/lodash/common/lang.d.ts index 14b00747a0..08860e268b 100644 --- a/types/lodash/common/lang.d.ts +++ b/types/lodash/common/lang.d.ts @@ -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 { /**