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 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* eslint-disable no-new-wrappers, no-undefined, no- empty-function */
19
+ /* eslint-disable no-empty-function */
20
20
21
21
'use strict' ;
22
22
@@ -47,7 +47,7 @@ bench( pkg+'::primitives', function benchmark( b ) {
47
47
true ,
48
48
false ,
49
49
null ,
50
- undefined
50
+ void 0
51
51
] ;
52
52
53
53
b . tic ( ) ;
@@ -110,7 +110,7 @@ bench( pkg+'::primitives:isPrimitive', function benchmark( b ) {
110
110
true ,
111
111
false ,
112
112
null ,
113
- undefined
113
+ void 0
114
114
] ;
115
115
116
116
b . tic ( ) ;
@@ -173,7 +173,7 @@ bench( pkg+'::primitives:isObject', function benchmark( b ) {
173
173
true ,
174
174
false ,
175
175
null ,
176
- undefined
176
+ void 0
177
177
] ;
178
178
179
179
b . tic ( ) ;
You can’t perform that action at this time.
0 commit comments