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