This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
night-cherry
/
wiki
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
4b78d84bb9
Gałęzie
Tagi
master
wiki
/
node_modules
/
@popperjs
/
core
/
lib
/
utils
/
debounce.d.ts
debounce.d.ts
89 B
Historia
Czysty
1
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;