Skip to content

Commit e25f967

Browse files
committed
feat: add array2fancy to namespace
1 parent 7d12ad0 commit e25f967

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
@@ -481,6 +481,15 @@ setReadOnly( ns, 'aslice', require( '@stdlib/array/slice' ) );
481481
*/
482482
setReadOnly( ns, 'circarray2iterator', require( '@stdlib/array/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( '@stdlib/array/to-fancy' ) );
492+
484493
/**
485494
* @name array2iterator
486495
* @memberof ns

0 commit comments

Comments
 (0)