1.0.0 • Published 6 years ago
npm-holidates v1.0.0
simple-hello-world-example
A Simple Hello World Example Package
Installation
Install via NPM:
npm install @yousefalsatouf/holidatesUsage
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.
1.0.0
6 years ago