diff options
Diffstat (limited to 'std/log/mod.ts')
-rw-r--r-- | std/log/mod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/log/mod.ts b/std/log/mod.ts index ed94725c4..9565749aa 100644 --- a/std/log/mod.ts +++ b/std/log/mod.ts @@ -8,7 +8,7 @@ import { RotatingFileHandler, } from "./handlers.ts"; import { assert } from "../_util/assert.ts"; -import { LevelName } from "./levels.ts"; +import type { LevelName } from "./levels.ts"; export { LogLevels, LevelName } from "./levels.ts"; export { Logger } from "./logger.ts"; |