Skip to content

Commit 6478f0e

Browse files
committed
Auto-generated commit
1 parent 47fb160 commit 6478f0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+9121
-0
lines changed

lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,15 @@ setReadOnly( ns, 'aslice', require( './../slice' ) );
481481
*/
482482
setReadOnly( ns, 'circarray2iterator', require( './../to-circular-iterator' ) );
483483

484+
/**
485+
* @name array2fancy
486+
* @memberof ns
487+
* @readonly
488+
* @type {Function}
489+
* @see {@link module:@stdlib/array/to-fancy}
490+
*/
491+
setReadOnly( ns, 'array2fancy', require( './../to-fancy' ) );
492+
484493
/**
485494
* @name array2iterator
486495
* @memberof ns

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@stdlib/iter": "github:stdlib-js/iter#main",
4545
"@stdlib/math": "github:stdlib-js/math#main",
4646
"@stdlib/ndarray": "github:stdlib-js/ndarray#main",
47+
"@stdlib/proxy": "github:stdlib-js/proxy#main",
4748
"@stdlib/slice": "github:stdlib-js/slice#main",
4849
"@stdlib/strided": "github:stdlib-js/strided#main",
4950
"@stdlib/string": "github:stdlib-js/string#main",

0 commit comments

Comments
 (0)