This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
night-cherry
/
wiki
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ea8b8db723
Ramuri
Etichete
master
wiki
/
node_modules
/
@popperjs
/
core
/
lib
/
utils
/
debounce.d.ts
debounce.d.ts
89 B
Istoric
Crud
1
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;