You need to sign in or sign up before continuing.
use-symbol-as-uid.js 228 Bytes
Newer Older
1 2 3 4 5 6 7
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
  && typeof Symbol.iterator == 'symbol';