mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
4 lines
No EOL
55 B
TypeScript
4 lines
No EOL
55 B
TypeScript
type A = string;
|
|
export function a(): A {
|
|
return ""
|
|
} |