UNPKG

@coolio/http

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