ro-utils
v1.0.1
Published
A library set of quick utilities
Downloads
47
Readme
ro-utils
A library set of quick utilities for all my projects.
Installation
`npm install ro-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 :)
