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