UNPKG

gun

Version:

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

6 lines (5 loc) 134 B
export type GunOptionsPut = Partial<{ opt: { /** certificate that gives other people write permission */ cert: string; }; }>;