Return a string saying hello to name passed as input parameter.
hello('npm'); // -> 'Hello npm!'
Name to greet
Greeting message
Generated using TypeDoc
Return a string saying hello to name passed as input parameter.
hello('npm'); // -> 'Hello npm!'