time-to-botec/squiggle/node_modules/@stdlib/constants/uint8/num-bytes/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

1.3 KiB

Number of Bytes

Size (in bytes) of an 8-bit unsigned integer.

Usage

var UINT8_NUM_BYTES = require( '@stdlib/constants/uint8/num-bytes' );

UINT8_NUM_BYTES

Size (in bytes) of an 8-bit unsigned integer.

var bool = ( UINT8_NUM_BYTES === 1 );
// returns true

Examples

var UINT8_NUM_BYTES = require( '@stdlib/constants/uint8/num-bytes' );

console.log( UINT8_NUM_BYTES );
// => 1