6 lines
99 B
JavaScript

(function() {
if (typeof Promise === 'undefined') {
ES6Promise.polyfill();
}
})();