ruth-aaron

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i ruth-aaron

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gillstrom