ente/web/packages/next/hello.ts
2024-03-01 12:21:07 +05:30

5 lines
86 B
TypeScript

/** Howdy! */
export const sayNamaste = () => {
console.log("Namaste, world");
};