Skip to content

Commit 6615ba2

Browse files
committed
Update namespace
1 parent b25a6e4 commit 6615ba2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/main.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,15 @@ setReadOnly( stdlib, 'nlp', require( '@stdlib/nlp' ) );
225225
*/
226226
setReadOnly( stdlib, 'number', require( '@stdlib/number' ) );
227227

228+
/**
229+
* @name object
230+
* @memberof stdlib
231+
* @readonly
232+
* @type {Namespace}
233+
* @see {@link module:@stdlib/object}
234+
*/
235+
setReadOnly( stdlib, 'object', require( '@stdlib/object' ) );
236+
228237
/**
229238
* @name os
230239
* @memberof stdlib

0 commit comments

Comments
 (0)