Add command to run the Node debugger and interactive tests.
[ustaxlib.git] / src / index.ts
1 export default function helloWorld(): string {
2 return 'Hello World';
3 }