1.0.1 • Published 4 years ago

@yousefalsatouf/holidates v1.0.1

Weekly downloads
1
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 @yousefalsatouf/holidates

Usage

javascript

var myApp = require("@yousefalsatouf/holidates");

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

TypeScript

import * as myApp from '@yousefalsatouf/holidates';

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

License

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