feat: Added makeCacheManagerAuthState Implementation (#109)

This commit is contained in:
Samuel Rodrigues Almeida Costa
2023-06-12 11:48:39 -03:00
committed by GitHub
parent 6ed9298d96
commit df6b318472
4 changed files with 121 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
import makeCacheManagerAuthState from './make-cache-manager-store'
import makeInMemoryStore from './make-in-memory-store'
export { makeInMemoryStore }
export { makeInMemoryStore, makeCacheManagerAuthState }