📄 classApplyDescriptorGet.js
/home/palash/git/site/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js
Language: js • Lines: 4
function _classApplyDescriptorGet(e, t) {
  return t.get ? t.get.call(e) : t.value;
}
export { _classApplyDescriptorGet as default };