1.0.2 • Published 1 year ago

simple-greet-me v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Installation

You can install this package via npm:

npm install simple-greet-me

Usage

const greet = require('simple-greet-me');

console.log(greet('John')); // Output: Hello, John!