]> src.bluestatic.org Git - ustaxlib.git/blob - src/index.ts
Simplify uses of ComputedLine to not type the |tr| argument.
[ustaxlib.git] / src / index.ts
1 export default function helloWorld(): string {
2 return 'Hello World';
3 }