UNPKG

gun

Version:

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

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