AsyncGeneratorFunction
admin/discounts.internal.AsyncGeneratorFunction
Callable
AsyncGeneratorFunction
AsyncGeneratorFunction(...args): AsyncGenerator<unknown, any, unknown>
Creates a new AsyncGenerator object.
Parameters
argsany[]RequiredA list of arguments the function accepts.
Returns
AsyncGenerator<unknown, any, unknown>
Properties
lengthnumberRequiredThe length of the arguments.
namestringRequiredReturns the name of the function.
A reference to the prototype.
Was this section helpful?