1
2
3
export function myApi(count) {
return count + " dragons!";
}