itHasSymbols.js 96 B

123
  1. export default (typeof Symbol === 'function' && typeof Symbol('') === 'symbol'
  2. ? it
  3. : xit);