@sai-bhargav/unique-key
v1.0.1
Published
> Generates a unique key for a given length
Downloads
1
Readme
Unique-key
Generates a unique key of given length
Install
$ npm install --save unique-key
Usage
var uniqueKey = require('unique-key');
import uniqueKey from uniqueKey;
function testArguments(len) {
return uniqueKey(len);
}
Contributing
Pull requests and stars are highly welcome.