2019-12-04 20:38:33 +05:30
|
|
|
var NATIVE_SYMBOL = require('../internals/native-symbol');
|
|
|
|
|
|
|
|
module.exports = NATIVE_SYMBOL
|
|
|
|
// eslint-disable-next-line no-undef
|
|
|
|
&& !Symbol.sham
|
|
|
|
// eslint-disable-next-line no-undef
|
2019-12-26 22:10:19 +05:30
|
|
|
&& typeof Symbol.iterator == 'symbol';
|