deno/tests/specs/publish/symlink/mod.ts

3 lines
56 B
TypeScript

export function foobar(): string {
return "string";
}