cubetiq-ts-utils/src/index.ts

6 lines
125 B
TypeScript

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