Graduation / ui /node_modules /@babel /runtime /helpers /classStaticPrivateMethodGet.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
324 Bytes
var assertClassBrand = require("./assertClassBrand.js");
function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
assertClassBrand(classConstructor, receiver);
return method;
}
module.exports = _classStaticPrivateMethodGet, module.exports.__esModule = true, module.exports["default"] = module.exports;