/var/www/cobraambalaj/node_modules/@babel/runtime/helpers/isNativeReflectConstruct
NameSizeModeActions
index.js4770644editdlrm
_index.mjs3690644editdlrm
Edit: /var/www/cobraambalaj/node_modules/@babel/runtime/helpers/isNativeReflectConstruct/_index.mjs (369B)
export default function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }