time-to-botec/js/node_modules/@stdlib/symbol/async-iterator/docs/repl.txt

17 lines
303 B
Plaintext
Raw Normal View History

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