UNPKG

@vepler/http-client

Version:

A flexible and extensible API service library for making HTTP requests with built-in authentication support for bearer tokens and API keys.

8 lines (7 loc) 282 B
import { AxiosError } from 'axios'; /** * Response error interceptor that converts Axios errors to typed HttpError instances * and logs them with proper context and sensitive data masking */ declare const _default: (error: AxiosError) => Promise<never>; export default _default;