Skip to content

Commit

Permalink
feat: add ones2d to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 10, 2023
1 parent 6afd487 commit 1859d7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/array/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,15 @@ setReadOnly( ns, 'nCartesianProduct', require( '@stdlib/array/base/n-cartesian-p
*/
setReadOnly( ns, 'ones', require( '@stdlib/array/base/ones' ) );

/**
* @name ones2d
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/array/base/ones2d}
*/
setReadOnly( ns, 'ones2d', require( '@stdlib/array/base/ones2d' ) );

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

0 comments on commit 1859d7b

Please sign in to comment.