0.10.0 • Published 7 years ago
reggiestringmodule v0.10.0
reggiestringmodule
A module that returns alphanumeric strings.
HOW TO INSTALL
npm install reggiestringmodule --save
HOW TO USE
var random = require('reggiestringmodule');
## METHOD
# RamdomChars
This method takes in an integer value which specifies the length of the returned strings.
console.log(random.RandomChars(10))
// Returns b2cd13ezq
0.10.0
7 years ago