UNPKG

wallee

Version:
7 lines (6 loc) 229 B
import axios = require("axios"); /** * Apply authentication settings to header and query params. */ type Authentication = (config: axios.InternalAxiosRequestConfig) => axios.InternalAxiosRequestConfig; export { Authentication };