blob: 4f4d840d09b53c9ef96ea7a164908bbe219dbd8c [file] [log] [blame]
import Promise from './es6-promise/promise';
import polyfill from './es6-promise/polyfill';
// Strange compat..
Promise.polyfill = polyfill;
Promise.Promise = Promise;
export default Promise;