Function nextArg

  • Provides a single argument for the next call chain pass.

    The returned NextCall implementation does the same as if the arg returned from the call chain pass.

    Type Parameters

    • TNextArg

      A type of argument for the next pass.

    Parameters

    • arg: TNextArg

      Argument for the next pass.

    Returns NextCall<CallChain, [TNextArg], TNextArg>

    A call of the next pass with the given argument.

Generated using TypeDoc