@boskomp/greet-me
v1.0.2
Published
Simple greet
Downloads
1
Readme
Installation
You can install this package via npm:
npm install @boskomp/greet-me
Usage
const greet = require('@boskomp/greet-me');
console.log(greet('John')); // Output: Hello, John!