2.1.0 • Published 4 years ago
@nirupama/test-module v2.1.0
@nirupama/test-module
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