1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructur...

6 lines
392 B
JavaScript
Raw Normal View History

2024-01-16 21:26:16 +08:00
import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
2023-12-18 13:12:25 +08:00
export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
2024-01-16 21:26:16 +08:00
var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
return classApplyDescriptorDestructureSet(receiver, descriptor);
2023-12-18 13:12:25 +08:00
}