lmaolog
Version:
17 lines (13 loc) • 359 B
Markdown
# Whats this?
Are you bored of typing console.log('lmao')? well this package is for you!
# how to use?
```js
const lmaolog = require(`lmaolog`)
lmaolog.log() // this will log lmao!
```
# Do you want your LMAO to be in CAPS!?
Well use this >
```js
const lmaolog = require(`lmaolog`)
lmaolog.log(true) // this will log lmao! BUT IN CAPS!
```