typed-fetcher
Version:
6 lines (5 loc) • 319 B
TypeScript
export { HttpClient } from './http-client';
export { HttpErrorManager } from './http-error-manager';
export { HttpErrorJSON, HttpErrorBase } from './http-error';
export { XmlHttpProvider } from './provider';
export type { HttpClientBase, HttpFetchProvider, HttpErrorManagerBase } from './http-client/HttpClient.types';