time-to-botec

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

repl.txt (403B)


      1 
      2 {{alias}}( value )
      3     Returns an array of an object's own symbol properties.
      4 
      5     If provided `null` or `undefined`, the function returns an empty array.
      6 
      7     Parameters
      8     ----------
      9     value: any
     10         Input value.
     11 
     12     Returns
     13     -------
     14     symbols: Array
     15         List of an object's own symbol properties.
     16 
     17     Examples
     18     --------
     19     > var s = {{alias}}( {} )
     20 
     21     See Also
     22     --------
     23