Graduation / ui /node_modules /@swc /helpers /esm /_class_call_check.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
198 Bytes
export 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 _ };