The Unique string will be generate.
``npm install the-unique-string`
``
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
``