mirror of
https://github.com/denoland/deno.git
synced 2025-01-06 14:26:02 -05:00
3 lines
50 B
TypeScript
3 lines
50 B
TypeScript
|
export function doThing() {
|
||
|
return "thing2";
|
||
|
}
|