Files
est-frame/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2025-10-22 05:38:27 +00:00

4 lines
156 B
JavaScript
Executable File

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