{
  "version": 3,
  "sources": ["../../src/store/selectors/cacheSelector.ts"],
  "sourcesContent": ["import { StoreType } from 'store/store.types';\n\nexport const cacheSliceSelector = ({ cache }: StoreType) => cache;\n\nexport const getCachedItemSelector =\n  <T>(key: string) =>\n  ({ cache }: StoreType): T | undefined =>\n    cache[key] as T;\n"],
  "mappings": "AAEO,IAAMA,EAAqB,CAAC,CAAE,MAAAC,CAAM,IAAiBA,EAE/CC,EACPC,GACJ,CAAC,CAAE,MAAAF,CAAM,IACPA,EAAME,CAAG",
  "names": ["cacheSliceSelector", "cache", "getCachedItemSelector", "key"]
}
