This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
ryuiso
/
next-chat
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
484d1e7396
Rami (Branch)
Tag
main
next-chat
/
app
/
typing.ts
typing.ts
64 B
Cronologia
Originale
1
export type Updater<T> = (updater: (value: T) => void) => void;