mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
Add promise-memoize (#589)
This commit is contained in:
committed by
Sindre Sorhus
parent
2a5ffeaa1d
commit
5bc126e867
@@ -372,6 +372,7 @@
|
||||
- [pify](https://github.com/sindresorhus/pify) - Promisify a callback-style function.
|
||||
- [rfpify](https://github.com/samverschueren/rfpify) - Promisify a result-first callback-style function.
|
||||
- [delay](https://github.com/sindresorhus/delay) - Delay a promise a specified amount of time.
|
||||
- [promise-memoize](https://github.com/nodeca/promise-memoize) - Memoize promise-returning functions, with expire and prefetch.
|
||||
- Callbacks
|
||||
- [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach.
|
||||
- [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity.
|
||||
|
||||
Reference in New Issue
Block a user