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 Feb 10, 2024
1 parent 47fb160 commit 6478f0e
Show file tree
Hide file tree
Showing 45 changed files with 9,121 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 @@ -481,6 +481,15 @@ setReadOnly( ns, 'aslice', require( './../slice' ) );
*/
setReadOnly( ns, 'circarray2iterator', require( './../to-circular-iterator' ) );

/**
* @name array2fancy
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/array/to-fancy}
*/
setReadOnly( ns, 'array2fancy', require( './../to-fancy' ) );

/**
* @name array2iterator
* @memberof ns
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@stdlib/iter": "github:stdlib-js/iter#main",
"@stdlib/math": "github:stdlib-js/math#main",
"@stdlib/ndarray": "github:stdlib-js/ndarray#main",
"@stdlib/proxy": "github:stdlib-js/proxy#main",
"@stdlib/slice": "github:stdlib-js/slice#main",
"@stdlib/strided": "github:stdlib-js/strided#main",
"@stdlib/string": "github:stdlib-js/string#main",
Expand Down
Loading

0 comments on commit 6478f0e

Please sign in to comment.