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