hellotea-users
v1.0.0
Published
used for tea stake on tea.xyz, is just testnet
Downloads
2
Readme
simple-hello-Tea
A Simple Hello Tea Package
Installation
Install via NPM:
npm install simple-hello-Tea
Usage
javascript
var myApp = require("simple-hello-Tea");
myApp.printMsg(); // print and return " Hello Tea! "
TypeScript
import * as myApp from 'simple-hello-Tea';
myApp.printMsg(); // print and return " Hello Tea! "
License
This project is licensed under the terms of the MIT license.