UNPKG

gun

Version:

A realtime, decentralized, offline-first, graph data synchronization engine.

7 lines (6 loc) 118 B
export type GunPeer = { id: string; url: string; queue: string[]; wire: null | WebSocket | RTCDataChannel; };