UNPKG

341 BJavaScriptView Raw
1'use strict';
2
3// Ensures these features are present or polyfilled
4// See http://kangax.github.io/compat-table/es6/
5require('core-js/fn/array/from');
6require('core-js/fn/array/find-index');
7require('core-js/fn/array/keys');
8require('core-js/fn/object/assign');
9
10module.exports = require('./index');
11//# sourceMappingURL=index-polyfill.js.map
\No newline at end of file