📄 _class_call_check.js
/home/palash/git/site/node_modules/@swc/helpers/esm/_class_call_check.js
Language: js • Lines: 4
function _class_call_check(instance, Constructor) {
    if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
}
export { _class_call_check as _ };