UNPKG

@nowarajs/logger

Version:

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

3 lines (2 loc) 123 B
import type { LoggerSink } from './logger-sink'; export type SinkMap = Record<string, new (...args: any[]) => LoggerSink>;