hello-umesh

Simple Hello World Node Package

Usage no npm install needed!

<script type="module">
  import helloUmesh from 'https://cdn.skypack.dev/hello-umesh';
</script>

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.