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