@nevware21/ts-utils
    Preparing search index...

    Function objExtend

    Extend the target object by merging the passed arguments into it

    The object to be extended or overwritten

    The optional number of arguments to be copied

    • A new object or the original
    • Extend the target object by merging the passed arguments into it

      Type Parameters

      • T

      Parameters

      • target: T

        The object to be extended or overwritten

      • ...theArgs: any

        The optional number of arguments to be copied

      Returns any

      • A new object or the original