UNPKG

browser-cache-async

Version:

The browser-cache-async package provides a highly customizable, asynchronous caching system for client-side data management. Leveraging the power of the browser's IndexedDB, it enables efficient storage and retrieval of API responses, significantly reduci

6 lines (5 loc) 144 B
type IError = 'INVALID_REVALIDATE_VALUE' | 'INVALID_QUERY_FUNCTION'; declare const ERRORS: { [key in IError]: IError; }; export { ERRORS };