UNPKG

gun

Version:

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

4 lines (3 loc) 97 B
export type GunCallbackUserCreate = ( ack: { ok: 0; pub: string } | { err: string } ) => void;