Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
memfs
/
lib
/
getBigInt.js
blob: d6eb584f99437245723f763856a2f22826341be4 [
file
] [
log
] [
blame
]
if
(
typeof
BigInt
===
'function'
)
exports
.
default
=
BigInt
;
else
exports
.
default
=
function
BigIntNotSupported
()
{
throw
new
Error
(
'BigInt is not supported in this environment.'
);
};