Skip to content

Commit f439284

Browse files
committed
Update namespace
1 parent ab35ee3 commit f439284

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/node_modules/@stdlib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ setReadOnly( stdlib, 'blas', require( '@stdlib/blas' ) );
6363
*/
6464
setReadOnly( stdlib, 'complex', require( '@stdlib/complex' ) );
6565

66+
/**
67+
* @name constants
68+
* @memberof stdlib
69+
* @readonly
70+
* @type {Namespace}
71+
* @see {@link module:@stdlib/constants}
72+
*/
73+
setReadOnly( stdlib, 'constants', require( '@stdlib/constants' ) );
74+
6675
/**
6776
* @name crypto
6877
* @memberof stdlib

0 commit comments

Comments
 (0)