mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 10:01:41 -05:00
5 lines
133 B
JavaScript
5 lines
133 B
JavaScript
function HelloWorld(
|
|
{ greeting = "hello", greeted = '"World"', silent = false, onMouseOver },
|
|
) {
|
|
if (!greeting) return null;
|
|
}
|