system-prompts-and-models-o.../node_modules/@algolia/autocomplete-shared/dist/esm/debounce.d.ts

2 lines
123 B
TypeScript

export declare function debounce<TParams>(fn: (...params: TParams[]) => void, time: number): (...args: TParams[]) => void;