es6-promise.auto.js 81 B

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