repl.txt (303B)
1 2 {{alias}}() 3 Tests for native `Symbol.asyncIterator` support. 4 5 Returns 6 ------- 7 bool: boolean 8 Boolean indicating if an environment has native `Symbol.asyncIterator` 9 support. 10 11 Examples 12 -------- 13 > var bool = {{alias}}() 14 <boolean> 15 16 See Also 17 -------- 18