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

5 lines
176 B
JavaScript

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