google_forms/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js

7 lines
305 B
JavaScript
Raw Permalink Normal View History

2024-08-09 12:04:48 +00: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 };