text-maker
Version:
Generates a string randomly as many numbers as you entered.
25 lines (18 loc) • 340 B
Markdown
# text-maker
> Generates a string randomly as many numbers as you entered.
### Author
- khjkr <khj@kkutu.co> (KHJKR#9298)
### License
- MIT
#### Special Thanks
- ZEONPLEX
### Installation
```
npm install text-maker
```
## Examples
```js
const maker = require('text-maker')
var a = maker(10)
console.log(a)
```