0.4.1 • Published 6 years ago

testhong3 v0.4.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Testhong

Just testing creating and versioning in npm

This pacakage doesn't really do anyting. I'm just testing how to upload node packages and update their versions. This should bd an exercise from one of courses.

There is one function in the module calling msg, It requires a string to be passed in.

Usage

const {msg} = require('msg');

msg('hello there');

#### Alternate Usage
```javascript
const steve = require('msg');

steve.msg('you rock');