UNPKG

@synet/realtime

Version:

Realtime Communication server/client implementations

9 lines (8 loc) 166 B
export interface GunOptions { peers: string[]; localStorage?: boolean; radisk?: boolean; web?: boolean; multicast?: boolean; axe?: boolean; }