Files
starface-outlook-sync-addin/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

7 lines
351 B
JavaScript

import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js";
import classPrivateFieldGet2 from "./classPrivateFieldGet2.js";
function _classPrivateFieldDestructureSet(e, t) {
var r = classPrivateFieldGet2(t, e);
return classApplyDescriptorDestructureSet(e, r);
}
export { _classPrivateFieldDestructureSet as default };