1.0.1 ā€¢ Published 4 years ago

matthew.js v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

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!


1.0.1

4 years ago

1.0.0

4 years ago