UNPKG

randomized-string

Version:

There are lots of scenarios which one can use our Random string generator the most known or the best scenario is for

11 lines (8 loc) 179 B
const randomString = require('./lib/index'); let str = randomString.generate({ length: 10, range: 'Feven', insertSymbol: true, insertSymbol: true, }); console.log(str);