Skip to content

Commit 7214b1b

Browse files
committed
feat: add ternary2d to namespace
1 parent 2b7cf06 commit 7214b1b

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
@@ -621,6 +621,15 @@ setReadOnly( ns, 'setter', require( '@stdlib/array/base/setter' ) );
621621
*/
622622
setReadOnly( ns, 'take', require( '@stdlib/array/base/take' ) );
623623

624+
/**
625+
* @name ternary2d
626+
* @memberof ns
627+
* @readonly
628+
* @type {Function}
629+
* @see {@link module:@stdlib/array/base/ternary2d}
630+
*/
631+
setReadOnly( ns, 'ternary2d', require( '@stdlib/array/base/ternary2d' ) );
632+
624633
/**
625634
* @name toAccessorArray
626635
* @memberof ns

0 commit comments

Comments
 (0)