1
2
3
export function myApi(name) {
return "hello " + name + " 🎉";
}