UNPKG

@coolio/http

Version:
9 lines 435 B
import { createErrorInterceptor } from './errorInterceptor'; import { createLoggingInterceptor } from './loggingInterceptor'; import { createRedirectionInterceptor } from './redirectionInterceptor'; export var Interceptors = { createErrorInterceptor: createErrorInterceptor, createLoggingInterceptor: createLoggingInterceptor, createRedirectionInterceptor: createRedirectionInterceptor, }; //# sourceMappingURL=index.js.map