Avatar

boozedog

1 public val
Joined May 30, 2023
1
2
3
export function myApi(name) {
return "hi " + name;
}
Next