UNPKG

komi-logger

Version:

High-performance, type-safe logging library for Bun with advanced TypeScript body intersection, modular strategy pattern, transform streams, and immutable API design.

7 lines (6 loc) 246 B
export type * from './bodiesIntersection.ts'; export type * from './loggerStrategy.ts'; export type * from './logLevels.ts'; export type * from './logStreamChunk.ts'; export type * from './strategyBody.ts'; export type * from './strategyMap.ts';