0.10.0 • Published 6 years ago

random-string-xy v0.10.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

random-string-xy

A module that returns alphanumeric strings

HOW TO INSTALL

npm install random-string-xy --save

HOW TO USE

const random = require('random-string-xy');

## Method

# RandomChar
This method receives an integer value which represents the length of the alphanumeric string to be returned.

console.log(random.randomChar(10));
// returns h32jk4nd0j
0.10.0

6 years ago