UNPKG

@statezero/core

Version:

The type-safe frontend client for StateZero - connect directly to your backend models with zero boilerplate

9 lines (8 loc) 226 B
/** * Initialize the operation event handler system by setting up event listeners */ export function initEventHandler(): void; /** * Clean up by removing all event listeners */ export function cleanupEventHandler(): void;