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

18 lines
274 B
Plaintext
Raw Normal View History

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