UNPKG

gun

Version:

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

11 lines (8 loc) 199 B
import { GunOptions, IGunInstanceHookHandler } from '.'; export interface _GunRoot extends IGunInstanceHookHandler { $: { _: _GunRoot }; /** * Current GUN options */ opt: GunOptions; }