We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6006497 commit 22c3d85Copy full SHA for 22c3d85
lib/node_modules/@stdlib/assert/is-bigint/benchmark/benchmark.js
@@ -16,8 +16,6 @@
16
* limitations under the License.
17
*/
18
19
-/* global BigInt */
20
-
21
/* eslint-disable no-new-wrappers, no-empty-function, stdlib/require-globals */
22
23
'use strict';
@@ -27,6 +25,7 @@
27
25
var bench = require( '@stdlib/bench' );
28
26
var isBoolean = require( '@stdlib/assert/is-boolean' ).isPrimitive;
29
var hasBigInts = require( '@stdlib/assert/has-bigint-support' );
+var BigInt = require( '@stdlib/bigint/ctor' );
30
var pkg = require( './../package.json' ).name;
31
var isBigInt = require( './../lib' );
32
0 commit comments