1.0.1 • Published 3 years ago
npm-package-stater v1.0.1
API
Table of Contents
Greeter
Greets a person with a friendly message.
Parameters
namestring The name of the person to greet.
Examples
// Returns "Hello John"
Greeter('John');// Returns "Hello Alice"
Greeter('Alice');Returns string A greeting message in the format "Hello {name}".
1.0.1
3 years ago