Files

4 lines
81 B
JavaScript
Raw Permalink Normal View History

import Promise from './es6-promise';
Promise.polyfill();
export default Promise;