UNPKG

kliedz

Version:

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

4 lines (2 loc) 113 B
import type { LogThreshold } from "./log_threshold.js"; export type LogLevel = Exclude<LogThreshold, "silent">;