4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
import Promise from './es6-promise';
|
|
Promise.polyfill();
|
|
export default Promise;
|