time-to-botec/js/node_modules/@stdlib/assert/has-define-property-support/docs/repl.txt
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

19 lines
291 B
Plaintext

{{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
--------