{{alias}}
Async iterator symbol.
This symbol specifies the defaultasync iterator for an object.
The symbol is only supported in ES2018+ environments. For non-supporting
environments, the valueis `null`.
Examples
--------
> var s = {{alias}}
See Also
--------