Function isNextCall

  • Checks whether the target value is a next call.

    Type Parameters

    • TChain extends CallChain

      A type of supported call chain.

    • TNextArgs extends any[]

      A type of arguments tuple of the next pass.

    • TNextArg

      A type of single argument or arguments tuple of the next pass.

    Parameters

    • target: unknown

      A value to check.

    Returns target is NextCall<TChain, TNextArgs, TNextArg>

    true if the target value is a function with NextCall__symbol property, or false otherwise.

Generated using TypeDoc