mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-17 21:30:08 +00:00
chore: delete util/scrap module (#27330)
This commit is contained in:
parent
762020f63a
commit
bc25342f34
1 changed files with 0 additions and 10 deletions
|
|
@ -1,10 +0,0 @@
|
|||
export const foo: string = "42"
|
||||
export const bar: number = 123
|
||||
|
||||
export function dummyFunction(): void {
|
||||
console.log("This is a dummy function")
|
||||
}
|
||||
|
||||
export function randomHelper(): boolean {
|
||||
return Math.random() > 0.5
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue