UNPKG

random-stringinizer

Version:

Generate Random Crypto String with ease!

6 lines (3 loc) 112 B
const random = require('./index') const string = random({len: 10, typeOf: "hexadecimal"}) console.log(string)