Skip to content

Commit 7beec12

Browse files
committed
feature/cache: Expose functionality
1 parent 9c2143a commit 7beec12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
LruCache: require('./lru-cache'),
3+
withCache: require('./cache'),
4+
};

0 commit comments

Comments
 (0)