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) 149 B
import { AxiosRequestConfig } from 'axios'; declare const logRequest: (config: AxiosRequestConfig) => AxiosRequestConfig; export default logRequest;