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

17 lines
295 B
Plaintext
Raw Normal View History

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