%PDF- %PDF-
Direktori : /var/www/html/node_modules/@babel/runtime-corejs3/helpers/esm/ |
Current File : /var/www/html/node_modules/@babel/runtime-corejs3/helpers/esm/isNativeReflectConstruct.js |
import _Reflect$construct from "@babel/runtime-corejs3/core-js/reflect/construct"; 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; } }