'use strict'; var $BigInt = typeof BigInt !== 'undefined' && BigInt; 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 };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
.eslintrc | File | 43 B | 0644 |
|
.nycrc | File | 139 B | 0644 |
|
CHANGELOG.md | File | 6.21 KB | 0644 |
|
LICENSE | File | 1.05 KB | 0644 |
|
README.md | File | 1.69 KB | 0644 |
|
index.js | File | 347 B | 0644 |
|
package.json | File | 1.46 KB | 0644 |
|