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.

5 lines 249 B
export { PinoLoggerAdapter } from './adapter'; export { createLogger, pinoLogger } from './default'; export { createPinoConfig } from './config'; export type { PinoLoggerConfig, PinoConfigOptions } from './types'; //# sourceMappingURL=index.d.ts.map