Skip to content

Commit 1210531

Browse files
committed
Update namespace
1 parent a8a69ee commit 1210531

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/main.js

+9
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ setReadOnly( stdlib, 'cli', require( '@stdlib/cli' ) );
108108
*/
109109
setReadOnly( stdlib, 'complex', require( '@stdlib/complex' ) );
110110

111+
/**
112+
* @name console
113+
* @memberof stdlib
114+
* @readonly
115+
* @type {Namespace}
116+
* @see {@link module:@stdlib/console}
117+
*/
118+
setReadOnly( stdlib, 'console', require( '@stdlib/console' ) );
119+
111120
/**
112121
* @name constants
113122
* @memberof stdlib

0 commit comments

Comments
 (0)