matthew.js
v1.0.1
Published
matthew.js
Downloads
2
Readme
matthew.js
Install
npm i matthew.js
Use
const matthew = require("./index.js")
const array = ["0","1","2","3","4","5"]
console.log(matthew.randomString(30)) // generates a random string
console.log(matthew.randomInt(30, 50)) // min, max
console.log(matthew.randomItem(array)) // gives you something random from an array
console.log(matthew.ball()) // 8ball, or as i call it 6ball.
console.log(matthew.pp(30, 50)) // generates a pp of a minimum of 30 chars, and a max of 50
Author
👤 steadmatthew
Show your support
Give a ⭐️ if this project helped you!