1.0.2 • Published 1 year ago
simple-greet-me v1.0.2
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!
You can install this package via npm:
npm install simple-greet-me
const greet = require('simple-greet-me');
console.log(greet('John')); // Output: Hello, John!