UNPKG

event-local

Version:

Event client

7 lines (6 loc) 171 B
import { DomenEvent } from './DomenEvent'; export declare class EventHeandlerContext { context: DomenEvent[]; constructor(ehc: string); serialize(): string; }