0.10.1 • Published 6 years ago

@roiteee/randomstringmodule v0.10.1

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

randomstringmodule

A module that returns alphanumeric strings

HOW TO INSTALL

npm install randomstringmodule --save

HOW TO USE

var random = require('randomstringmodule');

## METHOD

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

console.log(random.RandomChar(10))
// Returns b2jdkeos3k

#MyName
returns my name

console.log(random.MyName());
// returns Rohit B. Thapa
0.10.1

6 years ago

0.10.0

6 years ago