1.0.0 • Published 2 months ago

hellotea-users v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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.

1.0.0

2 months ago