This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
night-cherry
/
wiki
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
c24dbb23f1
Branches
Tags
master
wiki
/
node_modules
/
@popperjs
/
core
/
lib
/
utils
/
debounce.d.ts
debounce.d.ts
89 B
Histórico
Raw
1
export default function debounce<T>(fn: (...args: Array<any>) => any): () => Promise<T>;