travel/admin/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js

7 lines
238 B
JavaScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
function _classApplyDescriptorSet(e, t, l) {
if (t.set) t.set.call(e, l);else {
if (!t.writable) throw new TypeError("attempted to set read only private field");
t.value = l;
}
}
export { _classApplyDescriptorSet as default };