UNPKG
@synet/realtime
Version:
latest (0.1.0)
0.1.0
Realtime Communication server/client implementations
synthetism.ai
synthetism/realtime
@synet/realtime
/
src
/
client
/
gun
/
gun-types.ts
8 lines
•
165 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
interface
GunOptions
{
peers
:
string
[];
localStorage
?:
boolean
;
radisk
?:
boolean
;
web
?:
boolean
;
multicast
?:
boolean
;
axe
?:
boolean
; }