random-string-module-08

1.0.1 • Public • Published

random-string-module-08

A module that returns alphanumeric strings.

HOW TO INSTALL

npm install random-string-module --save

METHOD

RandomChar

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

HOW TO USE

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

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i random-string-module-08

      Weekly Downloads

      0

      Version

      1.0.1

      License

      ISC

      Unpacked Size

      1.01 kB

      Total Files

      3

      Last publish

      Collaborators

      • redhawk08