helpyourneighbour/node_modules/@babel/helpers/lib/helpers/isNativeReflectConstruct.js

17 lines
442 B
JavaScript
Raw Normal View History

2026-03-17 07:07:36 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _isNativeReflectConstruct;
function _isNativeReflectConstruct() {
try {
var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
} catch (_) {}
return (exports.default = _isNativeReflectConstruct = function () {
return !!result;
})();
}
//# sourceMappingURL=isNativeReflectConstruct.js.map