vis-util
    Preparing search index...

    Function pureDeepObjectAssign

    • Pure version of deepObjectAssign, it doesn't modify any of it's arguments.

      Type Parameters

      • T

      Parameters

      • base: T

        The base object that fullfils the whole interface T.

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

        Updates that may change or delete props.

      Returns T

      A brand new instance with all the supplied objects deeply merged.