mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 07:33:45 +00:00
sync
This commit is contained in:
5
packages/opencode/src/util/scrap.ts
Normal file
5
packages/opencode/src/util/scrap.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const foo: string = "42";
|
||||
|
||||
export function dummyFunction(): void {
|
||||
console.log("This is a dummy function");
|
||||
}
|
||||
Reference in New Issue
Block a user