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