cubetiq-ts-utils/src/index.ts

5 lines
122 B
TypeScript
Raw Normal View History

2021-03-10 13:16:47 +07:00
const Index = (): void => {
console.log("Index", "Hello, you are init the default function!")
}
export default Index;