From 140382073d4d2c5c17f191f4c619e7b02df99924 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Wed, 22 May 2024 10:12:49 +0200 Subject: [PATCH] Add comment --- src/types.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/types.ts b/src/types.ts index 241a0bf..d052268 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,3 +1,8 @@ +/** + * Global options for loggers + * + * Format : can contain $time, $level and $namespace + */ export type Options = { format: string, pad_level: boolean,