avocadowastaken/rapidbundle

View on GitHub
examples/types-import-upper/lib/hello.ts

Summary

Maintainability
A
0 mins
Test Coverage
export function hello(name: string): string {
  return `Hello, ${name}`;
}