frontend/.pnpm-store/v3/files/0b/b3e8a294e3594aed58fac9fab4a3145d6fb6cb0ce62d8f6c3aba5354ec0155b3a189c325562fe8c2130eb67336169c4b0bdb27c3bf3daaf2382837d65ef394

8 lines
181 B
Plaintext

"use strict";
module.exports = function () {
if (typeof Promise !== "function") return false;
if (typeof Promise.prototype.finally !== "function") return false;
return true;
};