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