|
|
|
|
|
by smilingemoji
994 days ago
|
|
The following example code is a bit hard to read:
const { status } = await send(capitalize(greeting) + "!")
console.log(status)
I disagree, I find this example code very easy to read because it reads like idiomatic Javascript. Unlike this library. |
|
Props to the author for trying out something neat, but this is probably a bit to clever for my liking.