This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
scoresaber-reloadedv3/common/src/index.ts

4 lines
51 B
TypeScript
Raw Normal View History

2024-10-04 22:21:37 +01:00
export function helloMeowMeow() {
return "hi";
}