Skip to content

Commit e5717ad

Browse files
committed
feat: add countSameValueZero to namespace
1 parent 422cebf commit e5717ad

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,15 @@ setReadOnly( ns, 'countFalsy', require( '@stdlib/array/base/count-falsy' ) );
441441
*/
442442
setReadOnly( ns, 'countSameValue', require( '@stdlib/array/base/count-same-value' ) );
443443

444+
/**
445+
* @name countSameValueZero
446+
* @memberof ns
447+
* @readonly
448+
* @type {Function}
449+
* @see {@link module:@stdlib/array/base/count-same-value-zero}
450+
*/
451+
setReadOnly( ns, 'countSameValueZero', require( '@stdlib/array/base/count-same-value-zero' ) );
452+
444453
/**
445454
* @name countTruthy
446455
* @memberof ns

0 commit comments

Comments
 (0)