_mergeDicts(
left: Record<string, any> | undefined,
right: Record<string, any> | undefined,
options: MergeDictsOptions
): Record<string, any> | undefined| Name | Type | Description |
|---|---|---|
left* | Record<string, any> | undefined | The left dictionary to merge. |
right* | Record<string, any> | undefined | The right dictionary to merge. |
options | MergeDictsOptions | The options for the merge. |