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