jiangchengfeiyi-xiaochengxu/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js

4 lines
133 B
JavaScript
Raw Normal View History

2025-01-02 03:24:54 +00:00
function _classApplyDescriptorGet(e, t) {
return t.get ? t.get.call(e) : t.value;
}
export { _classApplyDescriptorGet as default };