website/script/custom-backend-task.ts
2023-10-24 05:23:25 +07:00

4 lines
65 B
TypeScript

export async function hello(name) {
return `Hello ${name}!`;
}