2.0.0 • Published 1 year ago

@mehul-srivastava/hello-world v2.0.0

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

@mehul-srivastava/hello-world

npm (scoped) npm bundle size (minified)

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