Documentation
    Preparing search index...
    • Merges multiple objects in order into the first argument. It mutates the target! Arrays are merged naively using === equality.

      Keys that are explicitly set to undefined among sources are dropped from the target object.

      Type Parameters

      • T extends unknown[]

      Parameters

      Returns MergeTuple<T>