Type alias TargetDeclaredRunnerAction<RT>

TargetDeclaredRunnerAction<RT>: ((this: TargetDeclaredRunner<RT>, ...args: any[]) => Generator)

Type Parameters

  • RT = any

Type declaration

    • (this: TargetDeclaredRunner<RT>, ...args: any[]): Generator
    • this参照をTargetDeclaredRunnerとしたGeneratorFunctionもどき型

      Parameters

      Returns Generator

Generated using TypeDoc