mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
5 lines
No EOL
69 B
TypeScript
5 lines
No EOL
69 B
TypeScript
const Res = 0;
|
|
|
|
export = function Foo(): typeof Res {
|
|
return Res;
|
|
} |