e24b96aeaf6fe3e8fb42dc3b34093fe4a8f705c0779fabbb68811f9640d90f2247a3601083a150c66e69b6434a73e938254f6fe345298aed115c5c7945433c 238 B

1234567
  1. function _classApplyDescriptorSet(e, t, l) {
  2. if (t.set) t.set.call(e, l);else {
  3. if (!t.writable) throw new TypeError("attempted to set read only private field");
  4. t.value = l;
  5. }
  6. }
  7. export { _classApplyDescriptorSet as default };