Type aliases
CloneDeepWithCustomizer
CloneDeepWithCustomizer: function
Type declaration
-
- (value: any, key: number | string | undefined, object: TObject | undefined, stack: any): any
-
Parameters
-
value: any
-
key: number | string | undefined
-
object: TObject | undefined
-
stack: any
Returns any
CloneWithCustomizer
CloneWithCustomizer: function
Type declaration
-
- (value: TValue, key: number | string | undefined, object: any, stack: any): TResult
-
Parameters
-
value: TValue
-
key: number | string | undefined
-
object: any
-
stack: any
Returns TResult
CondPair
CondPair: [function, function]
IsEqualCustomizer
IsEqualCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey: PropertyName | undefined, parent: any, otherParent: any, stack: any): boolean | undefined
-
Parameters
-
value: any
-
other: any
-
-
parent: any
-
otherParent: any
-
stack: any
Returns boolean
|
undefined
isMatchCustomizer
isMatchCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey?: PropertyName): boolean
-
Parameters
Returns boolean
isMatchWithCustomizer
isMatchWithCustomizer: function
Type declaration
-
- (value: any, other: any, indexOrKey: PropertyName, object: object, source: object): boolean
-
Parameters
-
value: any
-
other: any
-
-
object: object
-
source: object
Returns boolean