This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
tuonq
/
ChatAI
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ebbd0128f1
Haarat
Tagit
master
ChatAI
/
app
/
typing.ts
typing.ts
64 B
Historia
Raaka
1
export
type
Updater<T> =
(
updater: (
value: T
) =>
void
) =>
void
;