UNPKG

logs-interceptor

Version:

High-performance, production-ready log interceptor for Node.js applications with Loki integration. Built with Clean Architecture principles. Supports Node.js, Browser, and Node-RED.

6 lines 248 B
/** * Utility: safeStringify * Safely stringify any value, handling circular references and non-serializable objects */ export declare function safeStringify(value: unknown, maxDepth?: number): string; //# sourceMappingURL=safeStringify.d.ts.map