frontend/.pnpm-store/v3/files/fc/e20f85ad9249acca064774fc8eb72d56b0e76df82b3a81d05bdcebdc91bdf6d4793deaec2dff722f81659eaeae6053abdd0954e58023f4f6c4194432ad9736

8 lines
193 B
Plaintext

'use strict';
module.exports = function requirePromise() {
if (typeof Promise !== 'function') {
throw new TypeError('`Promise.allSettled` requires a global `Promise` be available.');
}
};