Changeset 79a0317 for imaps-frontend/node_modules/has-bigints/index.js
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/has-bigints/index.js
r0c6b92a r79a0317 3 3 var $BigInt = typeof BigInt !== 'undefined' && BigInt; 4 4 5 /** @type {import('.')} */ 5 6 module.exports = function hasNativeBigInts() { 6 7 return typeof $BigInt === 'function'
Note:
See TracChangeset
for help on using the changeset viewer.