1.0.0 • Published 3 years ago

@epidemicsound/zyx v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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.