Files
site/nova-components/NovaLeader/node_modules/es6-set/node_modules/es6-symbol/is-native-implemented.js
2025-04-21 16:03:20 +02:00

6 lines
166 B
JavaScript
Vendored

// Exports true if environment provides native `Symbol` implementation
'use strict';
module.exports = typeof Symbol === 'function' && typeof Symbol() === 'symbol';