{"version":3,"file":"constants.cjs","names":[],"sources":["../../src/api/constants.ts"],"sourcesContent":["import { createContext } from 'react';\nimport type { QueryCache } from '@pastweb/tools';\n\n/**\n * React context used by {@link ApiQueryProvider} and {@link useApiQueryCache}\n * to expose a tools `QueryCache` to React components.\n */\nexport const API_QUERY_CONTEXT = createContext<QueryCache | undefined>(undefined);\n"],"mappings":";;;;;;AAOA,MAAa,qBAAA,kBAAA,CAAA,CAAA,cAAA,CAA0D,KAAA,CAAS"}