Size (in bytes) of an 8-bit signed integer.
var INT8_NUM_BYTES = require( '@stdlib/math/constants/int8-num-bytes' );
Size (in bytes) of an 8-bit signed integer.
var bool = ( INT8_NUM_BYTES === 1 );
// returns true
var INT8_NUM_BYTES = require( '@stdlib/math/constants/int8-num-bytes' );
console.log( INT8_NUM_BYTES );
// => 1