ruth-aaron
v1.0.1
Published
Check if two consecutive integers is a Ruth-Aaron pair.
Downloads
13
Maintainers
Readme
ruth-aaron
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