1.0.1 • Published 7 years ago

ro-utils v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

ro-utils

Build Status Coverage Status

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 :)

1.0.1

7 years ago

1.0.0-alpha.16

7 years ago

1.0.0-alpha.14

7 years ago

1.0.0-alpha.13

7 years ago

1.0.0-alpha.12

7 years ago

1.0.0-alpha.11

7 years ago

1.0.0-alpha.10

7 years ago

1.0.0-alpha.9

7 years ago

1.0.0-alpha.8

7 years ago

1.0.0-alpha.7

7 years ago

1.0.0-alpha.6

7 years ago

1.0.0-alpha.5

7 years ago

1.0.0-alpha.4

7 years ago

1.0.0-alpha.3

7 years ago

1.0.0-alpha.2

7 years ago

1.0.0-alpha.1

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago