2025-12-23 16:42:04 +08:00

4 lines
81 B
JavaScript

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