mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
export const foo: string = "42";
|
|
|
|
export function dummyFunction(): void {
|
|
console.log("This is a dummy function");
|
|
}
|