edh-random-string

0.10.0 • Public • Published

edh-random-string

A module that returns alphanumeric strings

Installation

npm install edh-random-string --save

How to use

let random = require('edh-random-string');

# Method

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

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

Package Sidebar

Install

npm i edh-random-string

Weekly Downloads

2

Version

0.10.0

License

ISC

Last publish

Collaborators

  • ericdenhaan