1.0.0 • Published 6 years ago

consecutively-unique-array v1.0.0

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

Install

$ npm install consecutively-unique-array

Why Permutated?

  • Why not 😂
  • Clean and focused
  • Actively maintained

Usage

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

API

cUa(aray)

Return a function with a unique value form an array

  • imput - Type: Array

Team

Carlos Abraham Logo
Carlos Abraham

Related

License

MIT License © Carlos Abraham