1.0.1 • Published 1 year ago

random-string-module-08 v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.0.0

1 year ago