ohctechv3/.svn/pristine/13/133eb5760ff5976fdb7742e1ceb9987e26390b99.svn-base
2024-10-28 15:03:36 +05:30

2 lines
89 B
Plaintext

export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;