1.0.1 • Published 2 years ago

npm-package-stater v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

API

Table of Contents

Greeter

Greets a person with a friendly message.

Parameters

  • name string 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

2 years ago