oxc/crates/oxc_isolated_declarations/tests/fixtures/empty-export.ts

4 lines
No EOL
55 B
TypeScript

type A = string;
export function a(): A {
return ""
}