Function nextArgs

  • Provides arguments for the next call chain pass.

    Type Parameters

    • TNextArgs extends any[]

      A type of arguments tuple for the next pass.

    Parameters

    • Rest ...args: TNextArgs

      Arguments for the next pass.

    Returns NextCall<CallChain, TNextArgs, TNextArgs>

    A call of the next pass with the given arguments.

Generated using TypeDoc