Initial work on Schedule D, Form 8949, and 1099-B.
[ustaxlib.git] / src / index.ts
1 export default function helloWorld(): string {
2 return 'Hello World';
3 }