UNPKG

388 BJavaScriptView Raw
1'use strict';
2
3// Promise.prototype.finally is stage 3, a possible candidate for ES2018
4if (typeof Promise === 'function') {
5 require('promise.prototype.finally/shim')(); // eslint-disable-line global-require
6}
7
8require('array.prototype.flat/shim')();
9require('array.prototype.flatten/shim')();
10require('array.prototype.flatmap/shim')();
11
12require('symbol.prototype.description/shim')();