/text-maker

Generates a string randomly as many numbers as you entered.

Primary LanguageJavaScriptMIT LicenseMIT

text-maker

Generates a string randomly as many numbers as you entered.

Author

License

  • MIT

Special Thanks

  • ZEONPLEX

Installation

npm install text-maker

Examples

const maker = require('text-maker')

var a = maker(10)
console.log(a)