wallet-core/thirdparty/preact/test/polyfills.js
2016-11-08 15:19:39 +01:00

6 lines
176 B
JavaScript

// ES2015 APIs used by developer tools integration
import 'core-js/es6/map';
import 'core-js/fn/array/fill';
import 'core-js/fn/array/from';
import 'core-js/fn/object/assign';