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 f440477 commit 3462ae8Copy full SHA for 3462ae8
1 file changed
lib/node_modules/@stdlib/bigint/ctor/examples/index.js
@@ -19,8 +19,8 @@
19
'use strict';
20
21
var hasBigIntSupport = require( '@stdlib/assert/has-bigint-support' );
22
-var BigInt = require( '@stdlib/bigint/ctor' ); // eslint-disable-line stdlib/no-builtin-big-int
23
-
+var BigInt = require( '@stdlib/bigint/ctor' ); // eslint-disable-line stdlib/no-builtin-big-int
+
24
var v;
25
26
if ( hasBigIntSupport() ) {
0 commit comments