Initial commit with typescript

This commit is contained in:
watsonb8
2019-06-11 13:32:22 -04:00
commit d7fc6eba5d
6 changed files with 357 additions and 0 deletions

1
src/index.ts Normal file
View File

@ -0,0 +1 @@
export const Greeter = (name: string) => `Hello ${name}`;