UNPKG

@sentzunhat/zacatl

Version:

A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.

3 lines 194 B
import type { PinoLoggerConfig, PinoConfigOptions } from './types'; export declare const createPinoConfig: (options?: PinoConfigOptions) => PinoLoggerConfig; //# sourceMappingURL=config.d.ts.map