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

19 lines
295 B
Plaintext
Raw Normal View History

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