UNPKG

247 BJavaScriptView Raw
1'use strict';
2
3if (typeof Promise === 'function') {
4 require('promise.prototype.finally/auto'); // eslint-disable-line global-require
5}
6
7// TODO: remove this from next semver-major
8require('array.prototype.flatten/shim')();
9
10require('./es2019');