yt-random-string-module

0.10.1 • Public • Published

random-string-module

A module that returns alphanumeric stings.

HOW TO INSTALL

npm install yt-random-string-module --save

HOW TO USE

var random = require('yt-random-string-module');

METHOD

RandomChar

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

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

Package Sidebar

Install

npm i yt-random-string-module

Weekly Downloads

1

Version

0.10.1

License

MIT

Last publish

Collaborators

  • yongtrim