Licence
ISC
Version
1.5.1
Deps
0
Size
2 kB
Vulns
0
Weekly
0
AlphaNumeric Random String Generator
Simple generator.
Input: length (integer)
Output: random alphanumeric string (null if not an integer as input)
const alphanumericRandom = require('alphanumeric-random-string-generator');
alphanumericRandom(); //null
alphanumericRandom("hello"); //null
alphanumericRandom(3); //3Ke