Skip to content

Commit 67a57a7

Browse files
committed
feat: add aempty to namespace
1 parent c72a4c6 commit 67a57a7

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/array/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/array/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ setReadOnly( ns, 'arrayDataType', require( '@stdlib/array/dtype' ) );
139139
*/
140140
setReadOnly( ns, 'arrayDataTypes', require( '@stdlib/array/dtypes' ) );
141141

142+
/**
143+
* @name aempty
144+
* @memberof ns
145+
* @readonly
146+
* @constructor
147+
* @see {@link module:@stdlib/array/empty}
148+
*/
149+
setReadOnly( ns, 'aempty', require( '@stdlib/array/empty' ) );
150+
142151
/**
143152
* @name filledarray
144153
* @memberof ns

0 commit comments

Comments
 (0)