Type alias BaseRunnerAction<RT>

BaseRunnerAction<RT>: ((this: BaseRunner<RT>, ...args: any[]) => Generator)

Type Parameters

  • RT = any

Type declaration

    • (this: BaseRunner<RT>, ...args: any[]): Generator
    • コンテキストをBaseRunnerとした疑似GeneratorFunction型

      Parameters

      Returns Generator

Generated using TypeDoc