Skip to content

Commit 2dc5554

Browse files
committed
Update namespace
1 parent c1247e4 commit 2dc5554

File tree

1 file changed

+10
-0
lines changed
  • lib/node_modules/@stdlib/math/constants/lib

1 file changed

+10
-0
lines changed

lib/node_modules/@stdlib/math/constants/lib/index.js

+10
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,16 @@ setReadOnly( constants, 'INT32_MAX', require( '@stdlib/math/constants/int32-max'
778778
*/
779779
setReadOnly( constants, 'INT32_MIN', require( '@stdlib/math/constants/int32-min' ) );
780780

781+
/**
782+
* @name INT32_NUM_BYTES
783+
* @memberof constants
784+
* @readonly
785+
* @constant
786+
* @type {number}
787+
* @see {@link module:@stdlib/math/constants/int32-num-bytes}
788+
*/
789+
setReadOnly( constants, 'INT32_NUM_BYTES', require( '@stdlib/math/constants/int32-num-bytes' ) );
790+
781791
/**
782792
* @name INT8_MAX
783793
* @memberof constants

0 commit comments

Comments
 (0)