wonderful
Version:
A bunch of nice words and phrases to describe someone!
18 lines (13 loc) • 292 B
Markdown
# wonderful
:smile: A bunch of nice words and phrases to describe someone!
Used in [Backstroke](https://backstroke.us) for more personalized greetings in pull requests.
```
node
> let {random} = require("wonderful");
> random()
"lovely"
> random()
"wonderful"
> random()
"thoughtful"
```