@epidemicsound/zyx
v1.0.0
Published
A simple Hello World app
Downloads
1
Readme
ZYX
A Simple Hello World Example Package
Installation
Install via NPM:
npm install zyx
Usage
javascript
var myApp = require("zyx");
myApp.printMsg(); // print and return " Hello World! "
TypeScript
import * as myApp from 'zyx';
myApp.printMsg(); // print and return " Hello World! "
License
This project is licensed under the terms of the MIT license.