UNPKG

ai-ip-plugin

Version:

AI-IP Plugin for MCP Workflow Management with SSE streaming and event handling

20 lines 400 B
/** * Common utility functions */ /** * Generate UUID v4 */ export declare function generateUUID(): string; /** * Delay execution */ export declare function delay(ms: number): Promise<void>; /** * Deep clone object */ export declare function deepClone<T>(obj: T): T; /** * Check if value is empty */ export declare function isEmpty(value: any): boolean; //# sourceMappingURL=common.d.ts.map