emtee
v3.0.0
Published
A super-small echo module → returning values like nobody's business.
Maintainers
Readme
emtee 
A super-small echo module → returning values like nobody's business.
Useful for testing npm installation functionality, or echoing values like a champ.
Install
$ npm install --save emteeThe Entire Module
38 bytes of glory:
module.exports=function(o){return o};API
emtee(input)
Simply returns whatever input it receives.
Note
This module has 3 deliberate releases so you can test npm versions:
npm install [email protected]
npm install [email protected]
npm install [email protected]License
MIT © Michael Wuergler
