deno-pipelines/message.ts

4 lines
64 B
TypeScript
Raw Normal View History

2024-09-20 00:43:24 +02:00
export function message(): string {
return "hello world";
}