Interface AsyncGeneratorFunction
- AsyncGeneratorFunction(...args): AsyncGenerator<unknown, any, any>
Constructors
constructor
- new AsyncGeneratorFunction(...args): AsyncGenerator<unknown, any, any>
Properties
Readonly
length
length: number
Readonly
name
name: string
Readonly
prototype
Creates a new AsyncGenerator object.