amis/examples/polyfills/index.ts

7 lines
149 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';
import 'es6-symbol/implement';