bifocal/node_modules/@stdlib/assert-has-symbol-support/docs/repl.txt

18 lines
267 B
Plaintext
Raw Normal View History

2024-06-19 09:56:58 -04:00
{{alias}}()
Tests for native `Symbol` support.
Returns
-------
bool: boolean
Boolean indicating if an environment has native `Symbol` support.
Examples
--------
> var bool = {{alias}}()
<boolean>
See Also
--------