This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
tuonq
/
ChatAI
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
cbabb9392c
Branches
Tags
master
ChatAI
/
app
/
typing.ts
typing.ts
64 B
Histórico
Raw
1
export
type
Updater<T> =
(
updater: (
value: T
) =>
void
) =>
void
;