jiuyiUniapp/service/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js

7 lines
305 B
JavaScript
Raw Normal View History

2025-02-13 09:59:20 +08:00
import classApplyDescriptorSet from "./classApplyDescriptorSet.js";
import classPrivateFieldGet2 from "./classPrivateFieldGet2.js";
function _classPrivateFieldSet(e, t, r) {
var s = classPrivateFieldGet2(t, e);
return classApplyDescriptorSet(e, s, r), r;
}
export { _classPrivateFieldSet as default };