Files
fitness_walk_nwnu/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
T
2026-09-08 20:28:54 +08: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 };