simple-hello-world-example

1.0.6 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i simple-hello-world-example

    Weekly Downloads

    6

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    3.09 kB

    Total Files

    7

    Last publish

    Collaborators

    • manavshrivastava