time-to-botec/js/node_modules/@stdlib/assert/has-define-property-support/docs/repl.txt

19 lines
291 B
Plaintext
Raw Normal View History

{{alias}}()
Tests for `Object.defineProperty` support.
Returns
-------
bool: boolean
Boolean indicating if an environment has `Object.defineProperty`
support.
Examples
--------
> var bool = {{alias}}()
<boolean>
See Also
--------