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

18 lines
290 B
Plaintext
Raw Normal View History

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