deno/cli/tests/testdata/tsc/d.ts

3 lines
43 B
TypeScript

export function v4() {
return "hello";
}