• Assign the values of all of the enumerable own properties from the source object to their keys in the target object.

    Type Parameters

    • T extends {}

    Parameters

    • target: T
    • source: Partial<T>

    Returns void

Generated using TypeDoc