astro-ghostcms/.pnpm-store/v3/files/aa/670787a75928035a748a92e2652...

5 lines
226 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js";
export default function _classPrivateFieldInitSpec(obj, privateMap, value) {
checkPrivateRedeclaration(obj, privateMap);
privateMap.set(obj, value);
}