Skip to content

Commit 370d42b

Browse files
committed
Update namespace
1 parent ea20a7c commit 370d42b

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
@@ -144,6 +144,15 @@ setReadOnly( stdlib, 'error', require( '@stdlib/error' ) );
144144
*/
145145
setReadOnly( stdlib, 'fs', require( '@stdlib/fs' ) );
146146

147+
/**
148+
* @name function
149+
* @memberof stdlib
150+
* @readonly
151+
* @type {Namespace}
152+
* @see {@link module:@stdlib/function}
153+
*/
154+
setReadOnly( stdlib, 'function', require( '@stdlib/function' ) );
155+
147156
/**
148157
* @name iter
149158
* @memberof stdlib

0 commit comments

Comments
 (0)