Documentation
    Preparing search index...

    Function deepSpreadObjects

    • Recursively spreads the values of the given Record | overrides object(s) over the given Record | base object and returns a new reference.

      Type Parameters

      • T = Record<string, any>

      Parameters

      • base: Record<string, any>
      • overrides: Record<string, any> | Record<string, any>[]
      • replacementProperties: string[] = []
      • spreadArrays: boolean = false

      Returns T