This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
tuonq
/
ChatAI
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
05803dbbd3
Ramos
Etiquetas
master
ChatAI
/
app
/
typing.ts
typing.ts
64 B
Histórico
Em bruto
1
export type Updater<T> = (updater: (value: T) => void) => void;