Function _merge

  • Merge two objects

    If same property exist in both arguments, second argument's value is used as resulting value

    Type Parameters

    • T extends Record<string, any>

    Parameters

    • x: T
    • y: T

    Returns T

Generated using TypeDoc