Further improve the typing of InputLine to not require the `as any` cast.
[ustaxlib.git] / src / index.ts
1 export default function helloWorld(): string {
2 return 'Hello World';
3 }