UNPKG

addsearch-js-client

Version:

AddSearch API JavaScript client

4 lines 229 B
import { ExecuteApiFetch } from './apifetch'; declare const throttle: (delay: number, callback: ExecuteApiFetch) => ((...args: Parameters<ExecuteApiFetch>) => void); export default throttle; //# sourceMappingURL=throttle.d.ts.map