UNPKG

unnbound-logger-sdk

Version:

A structured logging library with TypeScript support using Pino. Provides consistent, well-typed logging with automatic logId, workflowId, traceId, and deploymentId tracking across operational contexts.

3 lines (2 loc) 112 B
export declare const encode: (value: string) => string; export declare const decode: (value: string) => string;