You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Symbol.js 234B

12345
  1. // XXX React Native 0.41.2 does not polyfill Symbol. The React source code of
  2. // jitsi/jitsi-meet does utilize Symbol though. However, it is satisfied with a
  3. // ponyfill.
  4. import Symbol from 'es6-symbol';
  5. export { Symbol as default };