UNPKG

convex

Version:

Client for the Convex Cloud

4 lines 340 B
export declare function logToConsole(type: "info" | "error", source: "query" | "mutation", udfPath: string, message: string): void; export declare function logFatalError(message: string): Error; export declare function createError(source: "query" | "mutation", udfPath: string, message: string): Error; //# sourceMappingURL=logging.d.ts.map