mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-25 16:48:18 +00:00
4 lines
59 B
TypeScript
4 lines
59 B
TypeScript
export function getHelloWorld() {
|
|
return 'Hello world'
|
|
}
|