sindresorhus / p-memoize

Memoize promise-returning & async functions
MIT License
397 stars 30 forks source link

Add `cachePromiseRejection` option #11

Closed sindresorhus closed 4 years ago

sindresorhus commented 5 years ago

It was dropped from mem: https://github.com/sindresorhus/mem/pull/43

See https://github.com/sindresorhus/p-memoize/issues/3#issuecomment-552364724 first, if you want to work on this.