mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
Autofix
This commit is contained in:
@@ -2,7 +2,7 @@ import moment from 'moment-mini';
|
|||||||
|
|
||||||
/** @typedef {'debug' | 'info' | 'warn' | 'error' | 'fatal'} LogLevel A log level */
|
/** @typedef {'debug' | 'info' | 'warn' | 'error' | 'fatal'} LogLevel A log level */
|
||||||
|
|
||||||
/** @type {object<LogLevel, number>} */
|
/** @type {Object<LogLevel, number>} */
|
||||||
export const LEVELS = {
|
export const LEVELS = {
|
||||||
debug: 1,
|
debug: 1,
|
||||||
info: 2,
|
info: 2,
|
||||||
|
Reference in New Issue
Block a user