frontend/.pnpm-store/v3/files/52/a53f4ff615a39d2ce2f624c4fab551f02963a4062174e78ba25339aa1d6146112210e71f1ae5bf2e0b2cbccc6f86f620df5ce234e83749ade39a1a89af7598

8 lines
168 B
Plaintext

"use strict";
module.exports = function () {
if (typeof globalThis !== "object") return false;
if (!globalThis) return false;
return globalThis.Array === Array;
};