astro-ghostcms/.pnpm-store/v3/files/f1/5dacd38a056d4688a220fe096f8...

6 lines
239 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;
}