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

3 lines
56 B
TypeScript

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