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) 313 B
export type { LogLevels } from './log-levels'; export type { LoggerOptions } from './logger-options'; export type { LoggerSink } from './logger-sink'; export type { SinkBodiesIntersection } from './sink-bodies-intersection'; export type { SinkBody } from './sink-body'; export type { SinkMap } from './sink-map';