Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

12345678
  1. // This is CommonJS because lie is an external dependency, so Rollup
  2. // can just ignore it.
  3. if (typeof Promise === 'undefined') {
  4. // In the "nopromises" build this will just throw if you don't have
  5. // a global promise object, but it would throw anyway later.
  6. require('lie/polyfill');
  7. }
  8. export default Promise;