UNPKG

@synet/realtime

Version:

Realtime Communication server/client implementations

8 lines 165 B
export interface GunOptions { peers: string[]; localStorage?: boolean; radisk?: boolean; web?: boolean; multicast?: boolean; axe?: boolean; }