Skip to content

Commit a6b94fe

Browse files
committed
feat: add bternary2d to namespace
1 parent 820598d commit a6b94fe

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
@@ -180,6 +180,15 @@ setReadOnly( ns, 'bbinary4d', require( '@stdlib/array/base/broadcasted-binary4d'
180180
*/
181181
setReadOnly( ns, 'bbinary5d', require( '@stdlib/array/base/broadcasted-binary5d' ) );
182182

183+
/**
184+
* @name bternary2d
185+
* @memberof ns
186+
* @readonly
187+
* @type {Function}
188+
* @see {@link module:@stdlib/array/base/broadcasted-ternary2d}
189+
*/
190+
setReadOnly( ns, 'bternary2d', require( '@stdlib/array/base/broadcasted-ternary2d' ) );
191+
183192
/**
184193
* @name bunary2d
185194
* @memberof ns

0 commit comments

Comments
 (0)