mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 11:28:30 +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';
|