UNPKG

mesh-fetcher

Version:

A Node.js package for fetching data from multiple APIs with enhanced features.

5 lines (4 loc) 191 B
import { CacheStore, CacheType } from '../types'; export declare class CacheFactory { static createCache(cacheType?: CacheType, storageType?: 'localStorage' | 'indexedDB'): CacheStore; }