cubetiq-ts-utils/src/index.ts
2021-03-10 13:16:47 +07:00

5 lines
122 B
TypeScript

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