UNPKG

contentful-sdk-core

Version:
5 lines (4 loc) 206 B
import { AxiosInstance } from './types.js'; type ThrottleType = 'auto' | string; declare const _default: (axiosInstance: AxiosInstance, type?: ThrottleType | number) => () => void; export default _default;