deno/cli/tests/testdata/subdir/comment.ts

4 lines
80 B
TypeScript

// This is a comment.
export function comment(): string {
return "comment";
}