2.1.0 • Published 4 years ago

@nirupama/test-module v2.1.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@nirupama/test-module

npm

Prints a welcome message.

Install

$ npm install @nirupama/test-module

Usage

const welcome = require("@nirupama/test-module");

welcome("Nirupama");
//=> "Hello Nirupama, Have a great day!!"

welcome(1337);
//=> Uncaught TypeError: Enter your name!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1
2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago