f5a5223c5649a1a4be5ba82ac455db0c6cf660cf
[ustaxlib.git] / index.ts
1 export default function helloWorld(): string {
2 return 'Hello World';
3 }