doc.yeswiki.pro/node_modules/@algolia/autocomplete-shared/dist/esm/debounce.d.ts
2023-05-20 19:38:02 +03:00

1 line
123 B
TypeScript

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