We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b09cb0 commit 8c77525Copy full SHA for 8c77525
README.md
@@ -1,5 +1,7 @@
1
# memoize-utils
2
3
+[](https://www.npmjs.com/package/memoize-utils)
4
+
5
[Memoize](https://en.wikipedia.org/wiki/Memoization) sync and async functions (Returning a `Promise`).
6
7
Used to cache expensive function calls and return the cached result when the same inputs occur again.
0 commit comments