magic-add
v1.0.10
Published
a test npm publish
Readme
Magic Add
Perform a magical add operation
Installation
npm install magic-add
Usage
var magicAdd = require('magic-add');
var three = magicAdd(1, 2);Output should be 3
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
