emtee

3.0.0 • Public • Published

emtee Build Status

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 emtee

The 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 emtee@1.0.0
npm install emtee@2.0.0
npm install emtee@3.0.0

License

MIT © Michael Wuergler

Package Sidebar

Install

npm i emtee

Weekly Downloads

1

Version

3.0.0

License

MIT

Last publish

Collaborators

  • radiovisual