0.0.3 • Published 7 years ago

@isotope3/echo v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

Build Status verage Status

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.
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago