• Equivalent of Object.assign, which IE11 does not support.

    Type Parameters

    • T

    Parameters

    • o1: T
    • o2: T
    • Optional keys: string[]

      Optional list of keys to use to copy values from o2 to o1. If this is not provided, all values are copied.

    Returns T