mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
4 lines
81 B
JavaScript
Executable File
4 lines
81 B
JavaScript
Executable File
import Promise from './es6-promise';
|
|
Promise.polyfill();
|
|
export default Promise;
|