Files
actual/node_modules/@babel/runtime-corejs3/helpers/classCallCheck.js
Rich In SQL 28d4ee94dd Init
2022-10-16 20:28:33 +01:00

7 lines
274 B
JavaScript

function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;