udm-rsn
v0.10.0
Published
A module that return random strings
Downloads
1
Readme
udm-rsn
A module that returns alphanumeric strings.
How to install
npm install udm-rsn --save
How to use
var random = require('udm-rsn')
## Method
# RandomStr
This method takes in an integer value which specifies the length of the returned string.
console.log(random.RandomStr(10));
// Returns b23de347hn