Skip to main content
example.ts
export function hello(name: string) {
  return `Hello, ${name}`;
}