Saltar al contenido principal
ejemplo.ts
export function hello(name: string) {
  return `Hola, ${name}`;
}