Function mergeAll

  • Merge multiple objects

    If same property exist in multiple arguments, value from the last argument containing that property is used

    Type Parameters

    • T extends Record<string, any>

    Parameters

    • objs: T[]

    Returns T

Generated using TypeDoc