File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/node_modules/@stdlib/assert/is-odd/benchmark Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- /* eslint-disable no-new-wrappers, no-undefined, no- empty-function */
19+ /* eslint-disable no-empty-function */
2020
2121'use strict' ;
2222
@@ -47,7 +47,7 @@ bench( pkg+'::primitives', function benchmark( b ) {
4747 true ,
4848 false ,
4949 null ,
50- undefined
50+ void 0
5151 ] ;
5252
5353 b . tic ( ) ;
@@ -110,7 +110,7 @@ bench( pkg+'::primitives:isPrimitive', function benchmark( b ) {
110110 true ,
111111 false ,
112112 null ,
113- undefined
113+ void 0
114114 ] ;
115115
116116 b . tic ( ) ;
@@ -173,7 +173,7 @@ bench( pkg+'::primitives:isObject', function benchmark( b ) {
173173 true ,
174174 false ,
175175 null ,
176- undefined
176+ void 0
177177 ] ;
178178
179179 b . tic ( ) ;
You can’t perform that action at this time.
0 commit comments