mirror of
https://github.com/denoland/deno.git
synced 2024-12-14 11:27:57 -05:00
706b1dfcea
Fixes https://github.com/denoland/deno/issues/26597 A small refactor as well to reduce some code duplication
3 lines
No EOL
50 B
TypeScript
3 lines
No EOL
50 B
TypeScript
export function doThing() {
|
|
return "thing2";
|
|
} |