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) 283 B
export declare const LOGGER_ERROR_KEYS: { readonly NO_SINK_ADDED: "logger.error.no_sink_added"; readonly SINK_ALREADY_ADDED: "logger.error.sink_already_added"; readonly SINK_ERROR: "logger.error.sink_error"; readonly SINK_NOT_FOUND: "logger.error.sink_not_found"; };