0.0.3 • Published 9 years ago
@isotope3/echo v0.0.3
Echo
A small module that echoes the input
Installation
`npm install @isotope3/echo`Usage
var echo = require('@isotope3/echo');
var same = echo('Hello');
Value of same should be 'Hello'Tests
'npm test'Contributing
Take care to maintain the existing coding style.
Add unit tests for any new or changed functionality.
Lint and test your code.