UNPKG

gun

Version:

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

7 lines (5 loc) 149 B
import { IGunHookContext, _GunRoot } from '.'; export type GunHookCallbackCreate = ( this: IGunHookContext<_GunRoot>, root: _GunRoot ) => void;