Skip to content

Commit 2548359

Browse files
committed
feat: add countSameValue to namespace
1 parent e9db88f commit 2548359

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
@@ -432,6 +432,15 @@ setReadOnly( ns, 'copyIndexed', require( '@stdlib/array/base/copy-indexed' ) );
432432
*/
433433
setReadOnly( ns, 'countFalsy', require( '@stdlib/array/base/count-falsy' ) );
434434

435+
/**
436+
* @name countSameValue
437+
* @memberof ns
438+
* @readonly
439+
* @type {Function}
440+
* @see {@link module:@stdlib/array/base/count-same-value}
441+
*/
442+
setReadOnly( ns, 'countSameValue', require( '@stdlib/array/base/count-same-value' ) );
443+
435444
/**
436445
* @name countTruthy
437446
* @memberof ns

0 commit comments

Comments
 (0)