@aurelia/fetch-client
Version:
[](https://opensource.org/licenses/MIT) [](http://www.typescriptlang.org/) [![CircleCI](https://circleci.com/
6 lines • 633 B
TypeScript
export { type IFetchInterceptor, } from './interfaces';
export { json } from './utilities-fetch-client';
export { type ICacheEventData, type ICacheConfiguration, CacheEvent, CacheInterceptor, type ICacheItem, CacheService, ICacheService, ICacheStorage, MemoryStorage, BrowserIndexDBStorage, BrowserLocalStorage, BrowserSessionStorage, RetryInterceptor, RetryStrategy, type IRetryConfiguration, type IRetryableRequest, } from './interceptors';
export { HttpClientConfiguration } from './http-client-configuration';
export { IFetchFn, HttpClient, IHttpClient, HttpClientEvent } from './http-client';
//# sourceMappingURL=index.d.ts.map