Size (in bytes) of a 32-bit signed integer.
var INT32_NUM_BYTES = require( '@stdlib/math/constants/int32-num-bytes' );
Size (in bytes) of a 32-bit signed integer.
var bool = ( INT32_NUM_BYTES === 4 );
// returns true
var INT32_NUM_BYTES = require( '@stdlib/math/constants/int32-num-bytes' );
console.log( INT32_NUM_BYTES );
// => 4