consecutively-unique

1.0.0 • Public • Published





consecutively-unique: unique generator from a consecutively number list

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

/consecutively-unique/

    Package Sidebar

    Install

    npm i consecutively-unique

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.87 kB

    Total Files

    4

    Last publish

    Collaborators

    • abranhe