Function shallowMerge

  • Shallow merge as in config, but on raw associative arrays

    Parameters

    • overwrite: boolean = true
    • withAppend: boolean = false
    • Rest ...assocArrays: any[]

    Returns {
        [key: string]: any;
    }

    • [key: string]: any

Generated using TypeDoc