• Deep merges multiple objects onto the target object. This modifies the target object, so pass undefined or {} to create a new object.

    Parameters

    • target: undefined | null | Record<string, any>
    • Rest...sources: Record<string, any>[]

    Returns Record<string, any>