export function sampleFunction(name: string): string {
    return `Hello, ${name}! Welcome to my npm package.`;
}