genv3

3.0.1 • Public • Published

GenV3

"GenV3" (formerly GenLetter) helps to generate random letters and numbers from 1 to infinity.

Usage

const Gen = require('genv3');

const howMany = 10;
console.log(Gen.genAll(howMany)); // qgu22zh6yl
console.log(Gen.genOnlyNumber(howMany)); // 7651227956
console.log(Gen.genOnlyLetters(howMany)); // kruzhjjthk

Package Sidebar

Install

npm i genv3

Weekly Downloads

5

Version

3.0.1

License

ISC

Unpacked Size

1.49 kB

Total Files

3

Last publish

Collaborators

  • samiure