astro-ghostcms/.pnpm-store/v3/files/26/ec639dd8cf7f8184c80a827bc6b...

8 lines
274 B
Plaintext

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