Files
2026-06-16 18:04:55 +02:00

4 lines
81 B
JavaScript

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