Files
tickte-system/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2025-12-17 17:55:13 +01: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 };