mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update lang.d.ts (#43872)
This commit is contained in:
parent
5cfcaa22e3
commit
64b80469ac
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 {
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user