UNPKG

react-http-fetch

Version:

An http library for React JS built on top of native JS fetch

7 lines (6 loc) 300 B
import { HttpCacheService } from '../../cache'; import { HttpCacheStorePrefixDecorator } from '../../cache/prefix-decorator'; export declare class HttpCacheFixture { static defaultStore: HttpCacheStorePrefixDecorator; static create(store?: HttpCacheStorePrefixDecorator): HttpCacheService; }