Add comment

This commit is contained in:
2024-05-22 10:12:49 +02:00
parent 216225b11a
commit 140382073d
+5
View File
@@ -1,3 +1,8 @@
/**
* Global options for loggers
*
* Format : can contain $time, $level and $namespace
*/
export type Options = {
format: string,
pad_level: boolean,