chore: delete util/scrap module (#27330)

This commit is contained in:
Kit Langton 2026-05-13 10:01:19 -04:00 committed by GitHub
parent 762020f63a
commit bc25342f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}