frontend/.pnpm-store/v3/files/be/15541c687099ecbb5bf30e87c1cc9ec5c08c8f4017843f41c9f49c98408696fe5381836e66aae5538bb4914835d279a74bf64221597a23bfd802c4feae4c2f

9 lines
322 B
Plaintext

// This is CommonJS because lie is an external dependency, so Rollup
// can just ignore it.
if (typeof Promise === 'undefined') {
// In the "nopromises" build this will just throw if you don't have
// a global promise object, but it would throw anyway later.
require('lie/polyfill');
}
export default Promise;