mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:18:29 +08:00
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
import './Object.assign';
|
|
import './Array.from';
|
|
import './Array.find';
|
|
import './cloest';
|
|
|
|
import 'promise/polyfill';
|
|
import 'es6-symbol/implement';
|