0.0.1 • Published 3 years ago
npmtest-zs-module v0.0.1
npmtest-module
A module that returns alphanumberic strings
HOW TO INSTALL
npm install random-string-module --save
HOW TO USE
var random = require('npmtest-module');
## METHOD
# RandomChar
This method takes in an integer value which specifies the length of the returned strings.
console.log(random.RandomChar(10))
// Returns b2pcd13ezq ./
0.0.1
3 years ago