ss
doum
2025-09-22 0f06d28a6bf043087d658b6cf59864fec9bb63dd
1
2
3
4
5
6
7
8
9
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 };