1
0
mirror of https://github.com/hpware/news-analyze.git synced 2025-07-17 19:39:30 +08:00
2025-05-07 10:53:14 +08:00

6 lines
147 B
TypeScript

export default defineEventHandler(async (event) => {});
async function findUser(githubUser: any) {
console.log("Github User: " + githubUser);
}