Skip to content

Commit

Permalink
refactor: remove unnecessary export as
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Aug 6, 2024
1 parent 6e67fab commit 2d9b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/logger/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ declare module '@rm/logger' {
const TAGS: Helpers
const log: Logger<['logger']>['log']
function setGlobalLogLevel(level: LogLevelNames): void
export { TAGS as TAGS, log, Logger, setGlobalLogLevel }
export { TAGS, log, Logger, setGlobalLogLevel }
}

0 comments on commit 2d9b059

Please # to comment.