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