UNPKG

gun

Version:

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

8 lines (6 loc) 178 B
import { GunHookMessagePut, GunUser, IGunOnEvent } from '..'; export type GunHookCallbackAuth = ( user: GunUser, message: GunHookMessagePut, event: IGunOnEvent ) => void;