Appearance
function helloWorld(): string;
Returns the string "Hello, World!".
string
"Hello, World!"
console.log(helloWorld()); // output: "Hello, World!"