/home/techb158/balavpn.abdallabala.com/node_modules/has-bigints
NameSizeModeActions
.github/-0777rm
test/-0777rm
.eslintrc430666editdlrm
.nycrc1390666editdlrm
CHANGELOG.md77990666editdlrm
index.d.ts730666editdlrm
index.js3740666editdlrm
LICENSE10710666editdlrm
package.json18670666editdlrm
README.md17290666editdlrm
tsconfig.json1230666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/has-bigints/index.js (374B)
'use strict'; var $BigInt = typeof BigInt !== 'undefined' && BigInt; /** @type {import('.')} */ module.exports = function hasNativeBigInts() { return typeof $BigInt === 'function' && typeof BigInt === 'function' && typeof $BigInt(42) === 'bigint' // eslint-disable-line no-magic-numbers && typeof BigInt(42) === 'bigint'; // eslint-disable-line no-magic-numbers };