time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

repl.txt (281B)


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