Skip to content

Commit 4d792be

Browse files
committed
feat: add binarynd to namespace
1 parent d08263b commit 4d792be

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
@@ -126,6 +126,15 @@ setReadOnly( ns, 'binary4d', require( '@stdlib/array/base/binary4d' ) );
126126
*/
127127
setReadOnly( ns, 'binary5d', require( '@stdlib/array/base/binary5d' ) );
128128

129+
/**
130+
* @name binarynd
131+
* @memberof ns
132+
* @readonly
133+
* @type {Function}
134+
* @see {@link module:@stdlib/array/base/binarynd}
135+
*/
136+
setReadOnly( ns, 'binarynd', require( '@stdlib/array/base/binarynd' ) );
137+
129138
/**
130139
* @name broadcastArray
131140
* @memberof ns

0 commit comments

Comments
 (0)