ohctechv3/.svn/pristine/13/133eb5760ff5976fdb7742e1ceb9987e26390b99.svn-base

2 lines
89 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;