Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jul 7, 2023
1 parent 7cbf632 commit 41741f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ setReadOnly( ns, 'arrayDataTypes', require( './../dtypes' ) );
*/
setReadOnly( ns, 'aempty', require( './../empty' ) );

/**
* @name aemptyLike
* @memberof ns
* @readonly
* @constructor
* @see {@link module:@stdlib/array/empty-like}
*/
setReadOnly( ns, 'aemptyLike', require( './../empty-like' ) );

/**
* @name filledarray
* @memberof ns
Expand Down

0 comments on commit 41741f7

Please sign in to comment.