frontend/.pnpm-store/v3/files/95/a068f8b0eec7b58a293ddf2aa55ac99fd9146e20733154b3b4c877feec9ee0554e79bf2b908ef5778079618bb5fbf32c8a7eb7e4f59d2bbf92ab2fe1ef51a3

12 lines
291 B
Plaintext

"use strict";
var old;
if (typeof Promise !== "undefined") old = Promise;
function noConflict() {
try { if (Promise === bluebird) Promise = old; }
catch (e) {}
return bluebird;
}
var bluebird = require("./promise")();
bluebird.noConflict = noConflict;
module.exports = bluebird;