avocadowastaken/rapidbundle

View on GitHub
examples/bin-module/src/hello.ts

Summary

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