mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Update lang.d.ts (#43872)
This commit is contained in:
2
types/lodash/common/lang.d.ts
vendored
2
types/lodash/common/lang.d.ts
vendored
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user