Graduation / ui /node_modules /@babel /runtime /helpers /esm /classPrivateFieldLooseBase.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
239 Bytes
export default function _classPrivateFieldBase(receiver, privateKey) {
if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
throw new TypeError("attempted to use private field on non-instance");
}
return receiver;
}