Warp/node_modules/@algolia/autocomplete-shared/dist/esm/debounce.d.ts
2024-01-05 19:14:38 +07:00

1 line
123 B
TypeScript

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