astro-ghostcms/.pnpm-store/v3/files/29/146277c5799ba9c0c3551d70fde...

6 lines
392 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
return classApplyDescriptorDestructureSet(receiver, descriptor);
}