vis-util
    Preparing search index...

    Function deepObjectAssign

    Deep version of object assign with additional deleting by the DELETE symbol.

    Objects to be deeply merged.

    The first object from values.

    • Deep version of object assign with additional deleting by the DELETE symbol.

      Type Parameters

      • T

      Parameters

      • target: T

        The object that will be augmented using the sources.

      • ...sources: Assignable<T>[]

        Objects to be deeply merged into the target.

      Returns T

      The target (same instance).