vitest/test/cli/fixtures/tty/example.ts
2024-04-26 15:43:27 +02:00

4 lines
59 B
TypeScript

export function getHelloWorld() {
return 'Hello world'
}