@chonla/randomizer
v1.0.1
Published
Just a string randomizer
Downloads
2
Readme
Randomizer
Just a string randomizer.
Usage
const Randomizer = require('@chonla/randomizer')
const rnd = new Randomizer()
console.log(rnd.alphanumeric(40))
console.log(rnd.get({
type: 'custom',
length: 32,
charset: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_-'
}))