Generator from a consecutively number list array
npm install consecutively-unique-array
consecutively-unique-array: unique array generator from a consecutively number list
```
$ npm install consecutively-unique-array
- Why not 😂
- Clean and focused
- Actively maintained
`js
const cUa = require('consecutively-unique-array');
const arr = cU([1, 2, 3, 4, 5, 6, 7]);
console.log(val(), val(), val(), val());
//=> 2 7 3 1
`
cUa(aray)
> Return a function with a unique value form an array
- imput - Type: Array`
||
| :-: |
| Carlos Abraham |
- consecutively-unique - unique generator from a consecutively number list
MIT License © Carlos Abraham