random-string-generator-module

A module that returns a random alphanumeric string

Usage no npm install needed!

<script type="module">
  import randomStringGeneratorModule from 'https://cdn.skypack.dev/random-string-generator-module';
</script>

README

random-string-generator-module

A module that returns a random alphanumeric string

HOW TO INSTALL

npm install random-string-generator-module --save

HOW TO USE

var random = require('random-string-generator-module');

## METHOD

# RandomString
This method takes an integer value which specifies as the length of the returned random strings

console.log(random.RandomString(10))
// Returns b21qwerf5g