Skip to content

Commit

Permalink
chore(types): change Logger import to type-only (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 15, 2024
1 parent 9b1ed64 commit c7cfb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/src/logger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Logger } from "@smithy/types";
export { Logger } from "@smithy/types";
import type { Logger } from "@smithy/types";
export type { Logger } from "@smithy/types";

/**
* @public
Expand Down

0 comments on commit c7cfb66

Please sign in to comment.