// Sample TypeScript source file to satisfy rule glob patterns. export function hello(name: string): string { return `Hello, ${name}`; }