Files
InfiniteAPI/src/Store/index.ts
T
2023-06-12 11:48:39 -03:00

3 lines
177 B
TypeScript

import makeCacheManagerAuthState from './make-cache-manager-store'
import makeInMemoryStore from './make-in-memory-store'
export { makeInMemoryStore, makeCacheManagerAuthState }