hello-world-npm-module-govind
v1.0.1
Published
Hello World NPM Module by Govind
Downloads
4
Readme
simple-hello-world-example
A Simple Hello World Example Package
Installation
Install via NPM:
npm install simple-hello-world-example
Usage
javascript
var myApp = require("simple-hello-world-example");
myApp.printMsg(); // print and return " Hello World! "
TypeScript
import * as myApp from 'simple-hello-world-example';
myApp.printMsg(); // print and return " Hello World! "
License
This project is licensed under the terms of the MIT license.