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