Initial commit with typescript
This commit is contained in:
1
src/index.ts
Normal file
1
src/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export const Greeter = (name: string) => `Hello ${name}`;
|
Reference in New Issue
Block a user