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