dicom-microscopy-viewer-changed
Version:
Interactive web-based viewer for DICOM Microscopy Images
12 lines • 448 B
JavaScript
import _Reflect$construct from "core-js-pure/features/reflect/construct.js";
export default function _isNativeReflectConstruct() {
if (typeof Reflect === "undefined" || !_Reflect$construct) return false;
if (_Reflect$construct.sham) return false;
if (typeof Proxy === "function") return true;
try {
Boolean.prototype.valueOf.call(_Reflect$construct(Boolean, [], function () {}));
return true;
} catch (e) {
return false;
}
}