Graduation / ui /node_modules /@babel /runtime /helpers /esm /classPrivateMethodInitSpec.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
213 Bytes
import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js";
export default function _classPrivateMethodInitSpec(obj, privateSet) {
checkPrivateRedeclaration(obj, privateSet);
privateSet.add(obj);
}