This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
tuonq
/
ChatAI
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
05803dbbd3
Rami (Branch)
Tag
master
ChatAI
/
app
/
typing.ts
typing.ts
64 B
Cronologia
Originale
1
export type Updater<T> = (updater: (value: T) => void) => void;