Skip to content

Commit 8c77525

Browse files
committed
Added npm tag
1 parent 0b09cb0 commit 8c77525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# memoize-utils
22

3+
[![npm](https://img.shields.io/npm/v/memoize-utils)](https://www.npmjs.com/package/memoize-utils)
4+
35
[Memoize](https://en.wikipedia.org/wiki/Memoization) sync and async functions (Returning a `Promise`).
46

57
Used to cache expensive function calls and return the cached result when the same inputs occur again.

0 commit comments

Comments
 (0)