2 lines
89 B
Plaintext
2 lines
89 B
Plaintext
|
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;
|