Changeset 79a0317 for imaps-frontend/node_modules/has-symbols/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-symbols/index.js
r0c6b92a r79a0317 4 4 var hasSymbolSham = require('./shams'); 5 5 6 /** @type {import('.')} */ 6 7 module.exports = function hasNativeSymbols() { 7 8 if (typeof origSymbol !== 'function') { return false; }
Note:
See TracChangeset
for help on using the changeset viewer.