@roiteee/randomstringmodule

0.10.1 • Public • Published

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

Package Sidebar

Install

npm i @roiteee/randomstringmodule

Weekly Downloads

3

Version

0.10.1

License

MIT

Unpacked Size

1.47 kB

Total Files

3

Last publish

Collaborators

  • roiteee