time-to-botec/js/node_modules/@stdlib/assert/has-uint8array-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
268 B
Plaintext

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