0.10.1 • Published 5 years ago

@roiteee/randomstringmodule v0.10.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.10.0

5 years ago