🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
133 B
JavaScript
Executable File
4 lines
133 B
JavaScript
Executable File
function _classApplyDescriptorGet(e, t) {
|
|
return t.get ? t.get.call(e) : t.value;
|
|
}
|
|
export { _classApplyDescriptorGet as default }; |