Add index.ts

This commit is contained in:
2021-03-10 13:16:47 +07:00
parent 9babec6c22
commit 02a863194a
6 changed files with 42 additions and 0 deletions

5
src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
const Index = (): void => {
console.log("Index", "Hello, you are init the default function!")
}
export default Index;