es6-promise.auto.js 81 B

123
  1. import Promise from './es6-promise';
  2. Promise.polyfill();
  3. export default Promise;