Skip to content

Commit 76c7afe

Browse files
committed
Revert "feat: added array/base/count-same-value-zero."
This reverts commit 2fe3ab6.
1 parent 2fe3ab6 commit 76c7afe

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/array/base/count-same-value-zero/lib

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/array/base/count-same-value-zero/lib/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ function complex( x, value ) {
144144
* @returns {NonNegativeInteger} number of elements that are equal to the given value
145145
*
146146
* @example
147-
*
148-
* var countSameValueZero = require( '@stdlib/array/base/is-same-value-zero' );
149-
*
150147
* var x = [ 0, 0, 1, 0, 1 ];
151148
*
152149
* var n = countSameValueZero( x, 1 );

0 commit comments

Comments
 (0)