UNPKG

149 BTypeScriptView Raw
1import type { AxiosInstance } from './types.js';
2export default function asyncToken(instance: AxiosInstance, getToken: () => Promise<string>): void;