Files
report/frontend/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
T
2026-07-19 03:44:35 +09:00

4 lines
156 B
JavaScript

function _classCallCheck(a, n) {
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
export { _classCallCheck as default };