1.0.1 • Published 8 years ago

ro-utils v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.0-alpha.16

8 years ago

1.0.0-alpha.14

8 years ago

1.0.0-alpha.13

8 years ago

1.0.0-alpha.12

8 years ago

1.0.0-alpha.11

8 years ago

1.0.0-alpha.10

8 years ago

1.0.0-alpha.9

8 years ago

1.0.0-alpha.8

8 years ago

1.0.0-alpha.7

8 years ago

1.0.0-alpha.6

8 years ago

1.0.0-alpha.5

8 years ago

1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago