Size (in bytes) of a 16-bit unsigned integer.
var UINT16_NUM_BYTES = require( '@stdlib/math/constants/uint16-num-bytes' );
Size (in bytes) of a 16-bit unsigned integer.
var bool = ( UINT16_NUM_BYTES === 2 );
// returns true
var UINT16_NUM_BYTES = require( '@stdlib/math/constants/uint16-num-bytes' );
console.log( UINT16_NUM_BYTES );
// => 2