crypto-random-string-generatorv1

A module that returns alphanumeric strings

Usage no npm install needed!

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

README

random-string-module

A module that returns alpha numeric strings

HOW TO INSTALL

npm install random-string-module --save

HOW TO USE

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

## METHOD

# RandomChar
This method takes in an integer value which specifies the length of the returned string.

console.log(random.RandomChar(10))
// Returns sdfger2345