Newer
Older
framework / node_modules / @babel / helpers / lib / helpers / isNativeReflectConstruct.js
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 442 bytes update
"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 (e) {}
  return (exports.default = _isNativeReflectConstruct = function () {
    return !!result;
  })();
}

//# sourceMappingURL=isNativeReflectConstruct.js.map