1.0.1 • Published 4 years ago

prasadau-hello-world v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

simple-hello-world-example

A Simple Hello World Example Package

Installation

Install via NPM:

npm install prasadau-hello-world

Usage

javascript

var myApp = require("prasadau-hello-world");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'prasadau-hello-world';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the MIT license.