npm.io
1.0.6 • Published 7 years ago

simple-hello-world-example

Licence
MIT
Version
1.0.6
Deps
0
Size
3 kB
Vulns
0
Weekly
0

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");

var msg = myApp.printMsg(); // print and return " Hello World! " 
TypeScript

import * as myApp from 'simple-hello-world-example';

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

License

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

Keywords