time-to-botec/squiggle/node_modules/@stdlib/assert/has-globalthis-support/docs/repl.txt

18 lines
261 B
Plaintext
Raw Normal View History

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