UNPKG

gun

Version:

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

4 lines (2 loc) 140 B
import { IGunHookContext, _GunRoot } from '.'; export type GunHookCallbackOpt = (this: IGunHookContext<_GunRoot>, root: _GunRoot) => void;