1.0.4 • Published 4 years ago

npm-yousef v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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("npm-yousef");

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

TypeScript

import * as myApp from 'npm-yousef';

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

License

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