Files
GNX-mailEnterprise/frontend/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

9 lines
308 B
JavaScript

function _isNativeReflectConstruct() {
try {
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
} catch (t) {}
return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
return !!t;
})();
}
export { _isNativeReflectConstruct as default };