@mehul-srivastava/hello-world
v2.0.0
Published
An NPM package that says hello to the developer
Downloads
2
Maintainers
Readme
@mehul-srivastava/hello-world
Install
$ npm install @mehul-srivastava/hello-world
Usage
const hello = require("@mehul-srivastava/hello-world");
hello("Mehul");
//=> "Hello Mehul. I belong to the @mehul-srivastava/hello-world NPM package!"
hello(1337);
//=> TypeError: Name should be a string!
// at helloWorld (<anonymous>:2:39)
// at <anonymous>:1:1