amis/examples/polyfills/index.ts

8 lines
150 B
TypeScript
Raw Normal View History

2019-08-05 11:11:08 +08:00
import './Object.assign';
import './Array.from';
import './Array.find';
import './cloest';
import 'promise/polyfill';
2019-11-07 10:41:14 +08:00
import 'es6-symbol/implement';