the-unique-string
v0.0.3
Published
The Unique string will be generate.
Downloads
1
Maintainers
Readme
unique-random-string
Install
npm install the-unique-string
Usage
var uniStr = require("the-unique-string");
console.log(uniStr(10)); // you can take any number of string, here 10 number of string will be genrate
console.log(uniStr(5)); // here 5 number of string will be genrate
```