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';
|