Graduation / ui /node_modules /@babel /runtime /helpers /esm /classPrivateFieldInitSpec.js
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
226 Bytes
import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js";
export default function _classPrivateFieldInitSpec(obj, privateMap, value) {
checkPrivateRedeclaration(obj, privateMap);
privateMap.set(obj, value);
}