Type aliases
AssignCustomizer
AssignCustomizer: function
Type declaration
-
- (objectValue: any, sourceValue: any, key?: undefined | string, object?: undefined | __type, source?: undefined | __type): any
-
Parameters
-
objectValue: any
-
sourceValue: any
-
Optional key: undefined | string
-
Optional object: undefined | __type
-
Optional source: undefined | __type
Returns any
MergeWithCustomizer
MergeWithCustomizer: bivariantHack
SetWithCustomizer
SetWithCustomizer: function
Type declaration
-
- (nsValue: any, key: string, nsObject: T): any
-
Parameters
-
nsValue: any
-
key: string
-
nsObject: T
Returns any