say-hello-to-user
v1.0.3
Published
this is the a function that says Hi to user
Downloads
8
Readme
test-npm-package
What is this?
This is a function that returns a message
Installation
npm i say-hello
Usage example
const {sayHello} = require('say-hello-to-user');
const message = sayHello("Nazar")
console.log(message);