1.0.0 • Published 4 years ago
@epidemicsound/zyx v1.0.0
ZYX
A Simple Hello World Example Package
Installation
Install via NPM:
npm install zyxUsage
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.
1.0.0
4 years ago