1.0.1 • Published 2 years ago

random-string-module-08 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

random-string-module-08

A module that returns alphanumeric strings.

HOW TO INSTALL

npm install random-string-module --save

METHOD

RandomChar

This method takes in an integer value which specifies the length of the returned strings.

HOW TO USE

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

console.log(random.RandomChar(10))
// Returns b2pcd13ezq
1.0.1

2 years ago

1.0.0

2 years ago