UNPKG

206 BTypeScriptView Raw
1import { AxiosInstance } from './types.js';
2type ThrottleType = 'auto' | string;
3declare const _default: (axiosInstance: AxiosInstance, type?: ThrottleType | number) => () => void;
4export default _default;