Interface AsyncGeneratorFunctionConstructor
interface AsyncGeneratorFunctionConstructor {
new AsyncGeneratorFunctionConstructornew (...args: string[]): AsyncGeneratorFunction;
length: number;
name: string;
prototype: AsyncGeneratorFunction;
(...args: string[]): AsyncGeneratorFunction;
}
new AsyncGeneratorFunctionConstructornew (...args: string[]): AsyncGeneratorFunction;
length: number;
name: string;
prototype: AsyncGeneratorFunction;
(...args: string[]): AsyncGeneratorFunction;
}
- Async
Generator (...args): AsyncGeneratorFunctionFunction Constructor Parameters
Rest
...args: string[]A list of arguments the function accepts.
Returns AsyncGeneratorFunction
Index
Constructors
Properties
Constructors
constructor
- new
Async (...args): AsyncGeneratorFunctionGenerator Function Constructor Creates a new AsyncGenerator function.
Parameters
Rest
...args: string[]A list of arguments the function accepts.
Returns AsyncGeneratorFunction
Creates a new AsyncGenerator function.