Graduation / ui /node_modules /@babel /runtime /helpers /esm /classCheckPrivateStaticAccess.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
221 Bytes
import assertClassBrand from "./assertClassBrand.js";
export default function _classCheckPrivateStaticAccess(receiver, classConstructor, returnValue) {
return assertClassBrand(classConstructor, receiver, returnValue);
}