Skip to content

Commit 7e3085f

Browse files
committed
feat: add atnd to namespace
1 parent 64efa8d commit 7e3085f

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
@@ -153,6 +153,15 @@ setReadOnly( ns, 'at4d', require( '@stdlib/array/base/at4d' ) );
153153
*/
154154
setReadOnly( ns, 'at5d', require( '@stdlib/array/base/at5d' ) );
155155

156+
/**
157+
* @name atnd
158+
* @memberof ns
159+
* @readonly
160+
* @type {Function}
161+
* @see {@link module:@stdlib/array/base/atnd}
162+
*/
163+
setReadOnly( ns, 'atnd', require( '@stdlib/array/base/atnd' ) );
164+
156165
/**
157166
* @name bifurcateEntries
158167
* @memberof ns

0 commit comments

Comments
 (0)