Skip to content

Commit

Permalink
fix: export LogLevel from index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 committed Oct 24, 2024
1 parent a707866 commit dcf20f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ export abstract class AbstractLogger implements Logger {
silly(message: string): void
protected abstract writeLog(level: LogLevel, message: string): void
}

export type { LogLevel }

0 comments on commit dcf20f6

Please sign in to comment.