gift-card-server/node_modules/es6-promise/lib/es6-promise.js

9 lines
205 B
JavaScript
Raw Permalink Normal View History

2019-06-19 10:46:14 -04:00
import Promise from './es6-promise/promise';
import polyfill from './es6-promise/polyfill';
polyfill();
// Strange compat..
Promise.polyfill = polyfill;
Promise.Promise = Promise;
export default Promise;