Function mergeOptions

  • Performs a deep merge of option objects and returns new object. Does not modify objects (immutable) and will ignore arrays.

    Returns

    New object with merged key/values

    Parameters

    • Rest ...objects: readonly any[]

      Objects to merge

    Returns any

Generated using TypeDoc