mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
function foo() { return 'bar' }
|
|
|
|
export { foo as "default" }
|