I've noticed a pattern in your projects (especially *-cli
projects) where you declare functions using the function
keyword, but when you're map
ping over an array or find
ing something, you always use arrow functions.
For example,
In your pageres-cli
project, you declare function generate()
here, but then use arrow functions here and throughout your promises.
I'm wondering if this is a conscious decision for some reason?
...crossing my fingers that there would be something insightfully new to learn that I didn't know before...
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too