• Copy the values of all of the enumerable own properties from one or more source objects to a target object. Returns the target object.

    Parameters

    • t: any

      The target object to copy to.

    • Rest ...sources: any[]

      One or more source objects from which to copy properties

    Returns any

Generated using TypeDoc