madhavms / hello-world-example-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world-example-package

A Simple Hello World Example Package

Installation

Install via NPM:

npm install hello-world-example-package

Usage

javascript

var myApp = require("hello-world-example-package");

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

TypeScript

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

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

License

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

About


Languages

Language:JavaScript 100.0%