UNPKG

syncflow-engine

Version:

A flexible and robust data synchronization library for JavaScript applications

5 lines (4 loc) 142 B
export declare const logger: { debug: (message: string, ...args: any[]) => void; error: (message: string, ...args: any[]) => void; };