Skip to content

Commit b54dc66

Browse files
committed
feat: add join to namespace
1 parent a7add6a commit b54dc66

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/array/base/lib

1 file changed

+9
-0
lines changed

lib/node_modules/@stdlib/array/base/lib/index.js

+9
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,15 @@ setReadOnly( ns, 'incrspace', require( '@stdlib/array/base/incrspace' ) );
900900
*/
901901
setReadOnly( ns, 'indexOf', require( '@stdlib/array/base/index-of' ) );
902902

903+
/**
904+
* @name join
905+
* @memberof ns
906+
* @readonly
907+
* @type {Function}
908+
* @see {@link module:@stdlib/array/base/join}
909+
*/
910+
setReadOnly( ns, 'join', require( '@stdlib/array/base/join' ) );
911+
903912
/**
904913
* @name last
905914
* @memberof ns

0 commit comments

Comments
 (0)