mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
|
import './Object.assign';
|
||
|
import './Array.from';
|
||
|
import './Array.find';
|
||
|
import './cloest';
|
||
|
|
||
|
import 'promise/polyfill';
|
||
|
import 'es6-symbol/implement';
|