1.0.1 • Published 9 years ago

ruth-aaron v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ruth-aaron Build Status

Check if two consecutive integers is a Ruth-Aaron pair.

Install

$ npm install --save ruth-aaron

Usage

var ruthAaron = require('ruth-aaron');

ruthAaron(948, 949);
//=> true

ruthAaron(24, 25, {distinct: true});
//=> true

License

MIT © Andreas Gillström