@roiteee/randomstringmodule
v0.10.1
Published
A module that returns alphanumeric strings
Downloads
1
Readme
randomstringmodule
A module that returns alphanumeric strings
HOW TO INSTALL
npm install randomstringmodule --save
HOW TO USE
var random = require('randomstringmodule');
## METHOD
#RandomChar
This method takes in an integer value which specifies the length of the returned strings.
console.log(random.RandomChar(10))
// Returns b2jdkeos3k
#MyName
returns my name
console.log(random.MyName());
// returns Rohit B. Thapa