Function fillOptionalArguments

  • Helper to fill provided arguments for the function.

    Parameters

    • func: any

      The function ot be analysed

    • providedArg: any[]

      The allready provided args

    • argsToFill: any[]

      The Arguments to fill

    • fromEnd: boolean = true

      A Flag to toggle, whether the arguments should be filled from the end or the beginning.

    Returns any[]

Generated using TypeDoc