Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hello-umesh

ughimire6MIT1.0.0

Simple Hello World Node Package

hello world

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.