Skip to content

Commit fb8db9f

Browse files
committed
feat: add ternary5d to namespace
1 parent b28019e commit fb8db9f

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
@@ -657,6 +657,15 @@ setReadOnly( ns, 'ternary3d', require( '@stdlib/array/base/ternary3d' ) );
657657
*/
658658
setReadOnly( ns, 'ternary4d', require( '@stdlib/array/base/ternary4d' ) );
659659

660+
/**
661+
* @name ternary5d
662+
* @memberof ns
663+
* @readonly
664+
* @type {Function}
665+
* @see {@link module:@stdlib/array/base/ternary5d}
666+
*/
667+
setReadOnly( ns, 'ternary5d', require( '@stdlib/array/base/ternary5d' ) );
668+
660669
/**
661670
* @name toAccessorArray
662671
* @memberof ns

0 commit comments

Comments
 (0)