UNPKG

gun

Version:

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

7 lines (5 loc) 143 B
import { IGunHookContext, GunPeer } from '.'; export type GunHookCallbackBye = ( this: IGunHookContext<GunPeer>, peer: GunPeer ) => void;