Simple Hello World Node Package
Install via NPM:
npm install hello-umesh
var myApp = require("hello-umesh");
myApp.printMsg(); // print and return " Hello Umesh! "
import * as myApp from 'hello-umesh';
myApp.printMsg(); // print and return " Hello Umesh! "
This project is licensed under the terms of the MIT license.