source: frontend/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 351 bytes
Line 
1import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
2import classPrivateFieldGet2 from "./classPrivateFieldGet2.js";
3function _classPrivateFieldDestructureSet(e, t) {
4 var r = classPrivateFieldGet2(t, e);
5 return classApplyDescriptorDestructureSet(e, r);
6}
7export { _classPrivateFieldDestructureSet as default };
Note: See TracBrowser for help on using the repository browser.