time-to-botec/js/node_modules/@stdlib/assert/has-proxy-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

18 lines
288 B
Plaintext

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