UNPKG

simpl-loggar

Version:

Simple node.js logger

7 lines (6 loc) 111 B
export declare enum ELogTypes { Debug = "debug", Error = "error", Warn = "warn", Log = "log" }