export const fn = (input: string): string => { return `Hello, ${input}!` }