time-to-botec

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

repl.txt (295B)


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