ro-dev-utils
v1.0.3
Published
A library of utilities meant for development
Downloads
18
Readme
ro-utils
A library set of quick utilities for all my projects.
Installation
`npm install ro-dev-utils`Usages
Add Two Numbers
var roUtils = require('@alexjoyner/ro-utils');
var sum = roUtils.addTwoNumbers(5, 6);
Sum should equal 11;Tests
`npm run test`Contributing
Feel free to use one if you'll find it helpful, and please let me know if you see somewhere the code can be cleaned up or improved :)
