1.0.0 • Published 6 years ago

consecutively-unique v1.0.0

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Install

$ npm install consecutively-unique

Why Permutated?

  • Why not 😂
  • Clean and focused
  • Actively maintained

Usage

const cU = require('consecutively-unique');
const val = cU(1, 20);

console.log(val(), val(), val(), val());
//=> 18 7 1 10

API

cU(minValue, maxValue)

Return a function with a unique value unique value form a consecutively number list

Team

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham