UNPKG

langcode

Version:

A Plugin-Based Framework for Managing and Using LangChain

8 lines (7 loc) 268 B
export type LogLevel = "info" | "warn" | "error" | "success" | "debug"; export declare const logLevels: readonly ["info", "warn", "error", "success", "debug"]; export interface LoggerArgs { debug?: boolean; filePath?: string | null; tag?: string | null; }