UNPKG

clickhouse-orm

Version:
5 lines (4 loc) 230 B
export declare const setLogService: (logService: () => void) => void; export declare const Log: (desc: string) => void; export declare const DebugLog: (desc: string) => void; export declare const ErrorLog: (desc: string) => void;