Type alias ContextBindableGeneratorFunction<CTX>

ContextBindableGeneratorFunction<CTX>: ((this: CTX, ...args: any[]) => Generator)

Type Parameters

  • CTX = any

Type declaration

    • (this: CTX, ...args: any[]): Generator
    • コンテキストを設定可能なGeneratorFunctionもどきの型

      Parameters

      • this: CTX
      • Rest ...args: any[]

      Returns Generator

Generated using TypeDoc