diff --git a/index.d.ts b/index.d.ts index ae79dde6..f94fcabc 100644 --- a/index.d.ts +++ b/index.d.ts @@ -38,11 +38,11 @@ export class InMemoryWebStorage { } export class Log { - static readonly NONE = 0; - static readonly ERROR = 1; - static readonly WARN = 2; - static readonly INFO = 3; - static readonly DEBUG = 4; + static readonly NONE: 0; + static readonly ERROR: 1; + static readonly WARN: 2; + static readonly INFO: 3; + static readonly DEBUG: 4; static reset(): void;