UNPKG

strogger

Version:

📊 A modern structured logging library with functional programming, duck-typing, and comprehensive third-party integrations

3 lines • 146 B
import type { Formatter } from "../types"; export declare const createJsonFormatter: () => Formatter; //# sourceMappingURL=json-formatter.d.ts.map