classApplyDescriptorGet.js 133 B

1234
  1. function _classApplyDescriptorGet(e, t) {
  2. return t.get ? t.get.call(e) : t.value;
  3. }
  4. export { _classApplyDescriptorGet as default };