UNPKG

@nowarajs/logger

Version:

Type-safe logging library for Bun with advanced TypeScript body intersection, modular sink pattern, transform streams, and immutable API design.

7 lines (6 loc) 325 B
export type { BodiesIntersection } from './bodies-intersection.ts'; export type { LogLevels } from './log-levels.ts'; export type { LogStreamChunk } from './log-stream-chunk.ts'; export type { LoggerSink } from './logger-sink.ts'; export type { SinkBody } from './sink-body.ts'; export type { SinkMap } from './sink-map.ts';