source: trip-planner-front/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 392 bytes
RevLine 
[6a3a178]1import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
2import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
3export default function _classPrivateFieldDestructureSet(receiver, privateMap) {
4 var descriptor = classExtractFieldDescriptor(receiver, privateMap, "set");
5 return classApplyDescriptorDestructureSet(receiver, descriptor);
6}
Note: See TracBrowser for help on using the repository browser.