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.

4 lines (3 loc) 144 B
import { AxiosResponse } from 'axios'; declare const handleResponse: (response: AxiosResponse) => AxiosResponse; export default handleResponse;