Generator from a consecutively number list
npm install consecutively-unique
consecutively-unique: unique generator from a consecutively number list
```
$ npm install consecutively-unique
- Why not 😂
- Clean and focused
- Actively maintained
`js
const cU = require('consecutively-unique');
const val = cU(1, 20);
console.log(val(), val(), val(), val());
//=> 18 7 1 10
``
cU(minValue, maxValue)
> Return a function with a unique value unique value form a consecutively number list
||
| :-: |
| Carlos Abraham |
MIT License © Carlos Abraham