UNPKG

gun

Version:

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

7 lines (6 loc) 104 B
export interface IGunHookContext<T> { off: () => void; to: { next: (subject: T) => void; }; }