UNPKG

@incubrain/logger

Version:

A modern, type-safe logging library for Node.js and browser environments, built on top of Consola with additional features for enterprise applications.

6 lines 343 B
import type { LoggerRuntime, RuntimeContext } from "./types"; export declare function getRuntime(): LoggerRuntime; export declare function getEnvVar(name: string): string | undefined; export declare function getRuntimeContext(): RuntimeContext; export declare function setupErrorHandlers(logger: any): void; //# sourceMappingURL=index.d.ts.map