website/custom-backend-task.ts

4 lines
65 B
TypeScript
Raw Permalink Normal View History

2023-10-24 05:23:25 +07:00
export async function hello(name) {
return `Hello ${name}!`;
}