UNPKG

gun

Version:

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

10 lines (9 loc) 209 B
export type GunUser = { /** Username or Alias which can be used to find a user */ alias: string; // auth: string; /** public key for encryption */ epub: string; /** public key */ pub: string; };