UNPKG

kliedz

Version:

Dead-simple, stateless logging utility for JavaScript and TypeScript. Pure functions. No dependencies. Just log.

7 lines (6 loc) 332 B
export type { ConsoleMethod } from "./console_method.js"; export type { Formatter, FormatterConfig } from "./formatter.js"; export type { LogFunction } from "./log_function.js"; export type { LogLevel } from "./log_level.js"; export type { LogParams } from "./log_params.js"; export type { LogThreshold } from "./log_threshold.js";