Graduation / ui /node_modules /@babel /runtime /helpers /esm /classCheckPrivateStaticFieldDescriptor.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
225 Bytes
export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}