I don't know what this means:
pMemoize(fn, {cache: false})
I have to document it every time:
pMemoize(fn, {cache: false /* only while pending */})
The module can export a more readable helper instead:
export const pMemoizePending = (fn, opts) => pMemoize(fn, {...opts, cache: false})
Note: the types of opts
should exclude cache
Some tags could also be added to package.json
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