This commit is contained in:
Knut Sveidqvist 2022-03-31 19:15:01 +02:00
parent fca58aafb1
commit be92c70b1b

View File

@ -2,7 +2,7 @@ import moment from 'moment-mini';
/** @typedef {'debug' | 'info' | 'warn' | 'error' | 'fatal'} LogLevel A log level */
/** @type {object<LogLevel, number>} */
/** @type {Object<LogLevel, number>} */
export const LEVELS = {
debug: 1,
info: 2,