Skip to content

Commit cff879d

Browse files
committed
feat: add azeroToLike to namespace
1 parent fc92649 commit cff879d

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
@@ -706,6 +706,15 @@ setReadOnly( ns, 'Uint32Array', require( '@stdlib/array/uint32' ) );
706706
*/
707707
setReadOnly( ns, 'azeroTo', require( '@stdlib/array/zero-to' ) );
708708

709+
/**
710+
* @name azeroToLike
711+
* @memberof ns
712+
* @readonly
713+
* @constructor
714+
* @see {@link module:@stdlib/array/zero-to-like}
715+
*/
716+
setReadOnly( ns, 'azeroToLike', require( '@stdlib/array/zero-to-like' ) );
717+
709718
/**
710719
* @name azeros
711720
* @memberof ns

0 commit comments

Comments
 (0)