text-maker
v1.0.4
Published
Generates a string randomly as many numbers as you entered.
Downloads
15
Maintainers
Readme
text-maker
Generates a string randomly as many numbers as you entered.
Author
- khjkr [email protected] (KHJKR#9298)
License
- MIT
Special Thanks
- ZEONPLEX
Installation
npm install text-makerExamples
const maker = require('text-maker')
var a = maker(10)
console.log(a)