UNPKG

delta-sync

Version:

A lightweight framework for bi-directional database synchronization with automatic version tracking and conflict resolution.

26 lines (25 loc) 607 B
export declare class EngineTester { private engine1; private engine2; private testResults; constructor(); private runTest; private testBasicSync; private testConflictSync; private testBatchSync; private setupTestEnvironment; runAllTests(): Promise<{ success: boolean; results: Record<string, { success: boolean; message: string; }>; }>; } export declare function testEngineFunctionality(): Promise<{ success: boolean; results: Record<string, { success: boolean; message: string; }>; }>;