This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
tuonq
/
ChatAI
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
b0c6f6d4d3
Ramas
Etiquetas
master
ChatAI
/
app
/
typing.ts
typing.ts
64 B
Histórico
Raw
1
export
type
Updater<T> =
(
updater: (
value: T
) =>
void
) =>
void
;