@mehul-srivastava/hello-world

2.0.0 • Public • Published

@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

Package Sidebar

Install

npm i @mehul-srivastava/hello-world

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

1.34 kB

Total Files

3

Last publish

Collaborators

  • mehul-srivastava